targets: remove useless quotes around KERNELNAME
[openwrt/svn-archive/archive.git] / target / linux / mpc52xx / Makefile
index a9657730783482416c843e304965d5ec2df7f36f..56f655a31e88b87b267b748dcc3dbe5cc2a96e00 100644 (file)
@@ -20,6 +20,6 @@ define Target/Description
        Build images for the Freescale MPC52xx based boards.
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))