2009-11-26 07:43:48 +08:00
|
|
|
#
|
2010-11-22 20:12:39 +08:00
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
2009-11-26 07:43:48 +08: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 19:30:27 +08:00
|
|
|
BOARDNAME:=Cirrus Logic EP93xx
|
2012-05-27 23:01:23 +08:00
|
|
|
FEATURES:=squashfs jffs2 ext4 targz usb broken
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
|
2011-05-06 20:37:36 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-11-26 07:43:48 +08:00
|
|
|
|
2012-05-27 23:01:23 +08:00
|
|
|
LINUX_VERSION:=3.3.7
|
2009-11-26 07:43:48 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|