X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=93ba2c6143df7cc1ddd43e9cbaf12aa3c8f289f6;hb=0f116fdd09b19d53b243c1232b8507ae35398f4f;hp=5a9e7ac6a140389283048713231b4f239dbe5833;hpb=84ff10e73edcc3621e58e6e83403955b4a1ccf7c;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 5a9e7ac6a1..93ba2c6143 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 +CFLAGS:=-Os -pipe -mcpu=8540 FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz SUBTARGETS=generic p1020 -LINUX_VERSION:=3.10.3 +LINUX_VERSION:=3.10.10 include $(INCLUDE_DIR)/target.mk