2009-11-25 23:43:48 +00:00
|
|
|
#
|
2010-11-22 12:12:39 +00:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-11-25 23:43:48 +00:00
|
|
|
#
|
|
|
|
# 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
|
2010-07-19 11:30:27 +00:00
|
|
|
BOARDNAME:=Cirrus Logic EP93xx
|
2010-11-22 12:12:39 +00:00
|
|
|
FEATURES:=squashfs jffs2 ext4 targz usb
|
2009-11-25 23:43:48 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time
|
|
|
|
|
2010-11-01 13:09:47 +00:00
|
|
|
LINUX_VERSION:=2.6.36
|
2009-11-25 23:43:48 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|