targets: remove useless quotes around KERNELNAME
[openwrt/staging/florian.git] / target / linux / realview / Makefile
index 3d49605130817c9fd7a007a22774d201f894909a..80892075b0999366e4332975f93b1c4bdbf91c57 100644 (file)
@@ -24,6 +24,6 @@ define Target/Description
        Build images for ARM Ltd. Realview boards to be run with qemu
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))