projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c8b10
)
build: make device image kernels depend on Image/Prepare step
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Mar 2015 16:52:03 +0000
(16:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 31 Mar 2015 16:52:03 +0000
(16:52 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45190
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 08b516d854b5fa7f57f06c023d6bdfd9b6a19d97..8d201447fc327b63abb1f7bd602e7cecd18abda1 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-378,6
+378,7
@@
define Device/Build/check_size
endef
define Device/Build/kernel
+ $(KDIR)/$$(KERNEL_NAME): image_prepare
$$(_TARGET): $$(if $$(KERNEL_INSTALL),$(BIN_DIR)/$$(KERNEL_IMAGE))
$(BIN_DIR)/$$(KERNEL_IMAGE): $(KDIR)/$$(KERNEL_IMAGE)
cp $$^ $$@