targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
This commit is contained in:
@@ -20,6 +20,6 @@ define Target/Description
|
||||
Build images for PXA2xx systems, eg. Gumstix.
|
||||
endef
|
||||
|
||||
KERNELNAME:="uImage"
|
||||
KERNELNAME:=uImage
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
||||
Reference in New Issue
Block a user