targets: remove useless quotes around KERNELNAME
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / Makefile
index 33c33a4d6f6476c6115e639e931aa52197d51756..4b6d841de2f4a8cdc0fd474175f7f2bce64a0588 100644 (file)
@@ -17,6 +17,6 @@ LINUX_VERSION:=3.14.18
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 $(eval $(call BuildTarget))