mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45495
This commit is contained in:
parent
563c26a34f
commit
8ca1e211df
@ -381,6 +381,7 @@ endef
|
||||
|
||||
define Device/Build/kernel
|
||||
$(KDIR)/$$(KERNEL_NAME): image_prepare
|
||||
touch $$@
|
||||
$$(_TARGET): $$(if $$(KERNEL_INSTALL),$(BIN_DIR)/$$(KERNEL_IMAGE))
|
||||
$(BIN_DIR)/$$(KERNEL_IMAGE): $(KDIR)/$$(KERNEL_IMAGE)
|
||||
cp $$^ $$@
|
||||
|
Loading…
Reference in New Issue
Block a user