X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2FMakefile;h=a9657730783482416c843e304965d5ec2df7f36f;hb=0a6aed77e5fe9b30a915f3eebb86a3e2f49d5b2c;hp=7493441c5609088c98444c9db9427b3405b5ef87;hpb=b98c8e8bf9ceb27c3bb3c965157397c061542c88;p=openwrt.git diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 7493441c56..a965773078 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc52xx BOARDNAME:=Freescale MPC52xx -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e +CPU_TYPE:=603e FEATURES:=targz ext4 -LINUX_VERSION:=3.8.9 +LINUX_VERSION:=3.8.13 include $(INCLUDE_DIR)/target.mk @@ -20,4 +20,6 @@ define Target/Description Build images for the Freescale MPC52xx based boards. endef +KERNELNAME:="zImage" + $(eval $(call BuildTarget))