X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2FMakefile;h=7b07058944712e01ed33560493363f3a2845a153;hp=a61f40c71357c8a988f5fc709ccc1dade321c7e3;hb=73c4d73d6d3ba54ac0089f2619a6305277f4889d;hpb=a4d96aae8d53e2dca3964d123e80d70c1fdffa7e diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index a61f40c713..7b07058944 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 +CFLAGS:=-Os -pipe -mcpu=603e FEATURES:=targz ext4 -LINUX_VERSION:=3.3.8 +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))