1#
2# Copyright (C) 2009-2010 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arm
10BOARD:=ep93xx
11BOARDNAME:=Cirrus Logic EP93xx
12FEATURES:=squashfs jffs2 ext4 targz usb display
13CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
14MAINTAINER:=Florian Fainelli <florian@openwrt.org>
15
16LINUX_VERSION:=3.3.8
17
18DEVICE_TYPE:=developerboard
19
20include $(INCLUDE_DIR)/target.mk
21
22KERNELNAME:="uImage"
23
24$(eval $(call BuildTarget))
25