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
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
|
2011-05-06 12:37:36 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2009-11-25 23:43:48 +00:00
|
|
|
|
2011-06-28 19:30:58 +00:00
|
|
|
LINUX_VERSION:=2.6.39.2
|
2009-11-25 23:43:48 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|