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
|
2012-07-25 19:36:19 +00:00
|
|
|
FEATURES:=squashfs jffs2 ext4 targz usb display
|
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
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2009-11-25 23:43:48 +00:00
|
|
|
|
2012-07-24 19:42:44 +00:00
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
2009-11-25 23:43:48 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|