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