X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=c8ae94daf0f4cb79a9808e4195f36ad858c07af1;hb=9d026b00a49e2cf0407f63b6f37e1eb9629910f0;hp=1559c669f802c2299d0cfdc2c0f1fc520503fdd1;hpb=f3ecabebdb5e8ae1ba209ef30cf867dc7ed8ae74;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 1559c669f8..c8ae94daf0 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,11 +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.8.6 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk