move cflags default setting to target makefiles
[openwrt-10.03/.git] / target / linux / storm / Makefile
index c0d0023cc1e4582ba551b0b732c1fd546f595d95..6138feb23639470e37038987aa94c0bc93f19b41 100644 (file)
@@ -10,8 +10,9 @@ ARCH:=arm
 BOARD:=storm
 BOARDNAME:=Storm SL3512
 FEATURES:=squashfs pci broken
+CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
 
-LINUX_VERSION:=2.6.23.16
+LINUX_VERSION:=2.6.23.17
 
 include $(INCLUDE_DIR)/target.mk