kernel: Remove gpio-pwm patches
[oweals/openwrt.git] / target / linux / ep93xx / Makefile
index 90e71d27127c3cfb33117f1bf44cbf1c471a852b..21db716a797f4bc1e9847b8db3c375302be5ebf2 100644 (file)
@@ -9,10 +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 -funit-at-a-time
+FEATURES:=squashfs ext4 targz usb display sound
+CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.36.2
+LINUX_VERSION:=3.8.13
+
+DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk