2009-11-25 23:43:48 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=ep93xx
|
|
|
|
BOARDNAME:=Cirrus Logic EP93xx SoC
|
2010-04-28 14:47:43 +00:00
|
|
|
FEATURES:=squashfs jffs2 ext2 targz usb
|
2009-11-25 23:43:48 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time
|
|
|
|
|
2009-12-04 14:52:45 +00:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2009-11-25 23:43:48 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|