projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563c26a
)
image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Apr 2015 19:32:20 +0000
(19:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Apr 2015 19:32:20 +0000
(19:32 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45495
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 165bf72f786db6be18bc92136282771d3048ce24..ebeec5ebb569955065aee662e87e2d1d39de95c8 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-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 $$^ $$@