build: unify target independent optimization options
[openwrt/staging/dedeckeh.git] / target / linux / ep93xx / Makefile
index 16cec18fda6284d3eb2f7bde878a24c3df926aec..1cc08770cd2182e5dfcf2968ef38a9869944d07b 100644 (file)
@@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=ep93xx
 BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb
-CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
+FEATURES:=squashfs ext4 targz usb display sound
+CFLAGS:=-Os -pipe -march=armv4t
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.2.1
+LINUX_VERSION:=3.8.13
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk