X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=bbb9c01a6aadded6eeee8ad2443a926f86815597;hb=6a49d7facf1e1f4cc51df694a8e398070165d7fc;hp=47263c4cb7fc77db5a52761cb26a27e0b3a1b2f2;hpb=6c2180c6d52236d51ef6bf689ebc05883b6c11b5;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 47263c4cb7..bbb9c01a6a 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 +CPU_TYPE:=8540 FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz +SUBTARGETS=generic p1020 -LINUX_VERSION:=3.8.3 +LINUX_VERSION:=3.10.13 include $(INCLUDE_DIR)/target.mk