targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/image.mk
|
||||
|
||||
define Image/BuildKernel
|
||||
cp $(KDIR)/$(subst ",,$(KERNELNAME)) $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
|
||||
cp $(KDIR)/$(KERNELNAME) $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
|
||||
endef
|
||||
|
||||
define Image/BuildKernel/Initramfs
|
||||
cp $(KDIR)/$(subst ",,$(KERNELNAME))-initramfs $(BIN_DIR)/openwrt-$(BOARD)-vmlinux-initramfs.elf
|
||||
cp $(KDIR)/$(KERNELNAME)-initramfs $(BIN_DIR)/openwrt-$(BOARD)-vmlinux-initramfs.elf
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
|
||||
Reference in New Issue
Block a user