diff options
Diffstat (limited to 'target/linux/mpc52xx/Makefile')
-rw-r--r-- | target/linux/mpc52xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index a965773078..56f655a31e 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -20,6 +20,6 @@ define Target/Description Build images for the Freescale MPC52xx based boards. endef -KERNELNAME:="zImage" +KERNELNAME:=zImage $(eval $(call BuildTarget)) |