X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fep93xx%2FMakefile;h=4dfbf6b314492626c243165155ce1c7e023710e6;hb=e51f7c5d1b373e49b9c482b7b0227853a2975085;hp=c429e2e7673982b371bfe27314a896e1873decd1;hpb=0835d732ce79bc5d764dfeaf1d3ae6d04b767763;p=openwrt.git diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index c429e2e767..4dfbf6b314 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -10,9 +10,10 @@ ARCH:=arm BOARD:=ep93xx BOARDNAME:=Cirrus Logic EP93xx FEATURES:=squashfs jffs2 ext4 targz usb -CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time +CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.36 +LINUX_VERSION:=3.2.16 include $(INCLUDE_DIR)/target.mk