mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-05 07:46:50 +08:00
image.mk: do not emit multiple target definitions for kernel images
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45498
This commit is contained in:
parent
6293aae9d3
commit
2f49517c2f
@ -380,8 +380,8 @@ define Device/Build/check_size
|
||||
endef
|
||||
|
||||
define Device/Build/kernel
|
||||
_KERNEL_IMAGES += $(KDIR)/$$(KERNEL_NAME)
|
||||
$(KDIR)/$$(KERNEL_NAME): image_prepare
|
||||
touch $$@
|
||||
$$(_TARGET): $$(if $$(KERNEL_INSTALL),$(BIN_DIR)/$$(KERNEL_IMAGE))
|
||||
$(BIN_DIR)/$$(KERNEL_IMAGE): $(KDIR)/$$(KERNEL_IMAGE)
|
||||
cp $$^ $$@
|
||||
@ -456,6 +456,9 @@ define BuildImage
|
||||
$(foreach device,$(TARGET_DEVICES),$(call Device,$(device)))
|
||||
$(foreach fs,$(TARGET_FILESYSTEMS) $(fs-subtypes-y),$(call BuildImage/mkfs,$(fs)))
|
||||
|
||||
$$(sort $$(_KERNEL_IMAGES)):
|
||||
@touch $$@
|
||||
|
||||
install: kernel_prepare
|
||||
$(foreach fs,$(TARGET_FILESYSTEMS),
|
||||
$(call Image/Build,$(fs))
|
||||
|
Loading…
Reference in New Issue
Block a user