From f35da063bc797d44143542d08285cb0bf9b247de Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 5 Oct 2014 20:17:19 +0000 Subject: targets: remove useless quotes around KERNELNAME Signed-off-by: Felix Fietkau SVN-Revision: 42780 --- target/linux/mpc52xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc52xx/Makefile') 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)) -- cgit v1.2.3