X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2FMakefile;h=7b07058944712e01ed33560493363f3a2845a153;hb=49e5528eb3df84741dbae375cefa8f08bde70821;hp=0000c34642e75dc1a31f7cd78c2563ecb41d9c1e;hpb=6d35d9c9fdab0ea882e414a24ea446c20da5fb9a;p=openwrt.git diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 0000c34642..7b07058944 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -9,7 +9,7 @@ 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.8.13 @@ -20,4 +20,6 @@ define Target/Description Build images for the Freescale MPC52xx based boards. endef +KERNELNAME:="zImage" + $(eval $(call BuildTarget))