targets: remove useless quotes around KERNELNAME
[openwrt/svn-archive/archive.git] / target / linux / pxa / Makefile
index 86e4950f1e98cbf1ec285c2cb9d5c5edd1aadb26..c61231daf7a9adc19991a46358981b045fd9ad91 100644 (file)
@@ -20,6 +20,6 @@ define Target/Description
        Build images for PXA2xx systems, eg. Gumstix.
 endef
 
-KERNELNAME:="uImage"
+KERNELNAME:=uImage
 
 $(eval $(call BuildTarget))