image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45495 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2015-04-18 19:32:20 +00:00
parent 6cbee90d4d
commit 725067eb41
1 changed files with 1 additions and 0 deletions

View File

@ -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 $$^ $$@