[source] build: skip headers install and config on make target/linux/prepare
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 15 03:35:24 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/dce6eeccc09339c7101a5b6b3fdba8b4d8f41247
commit dce6eeccc09339c7101a5b6b3fdba8b4d8f41247
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Feb 15 12:34:52 2017 +0100
build: skip headers install and config on make target/linux/prepare
This simplifies working with quilt on the kernel tree
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
include/kernel-build.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 32da94b..56c0fe3 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -152,7 +152,7 @@ define BuildKernel
endef
download: $(if $(LINUX_SITE),$(DL_DIR)/$(LINUX_SOURCE))
- prepare: $(STAMP_CONFIGURED)
+ prepare: $(STAMP_PREPARED)
compile: $(LINUX_DIR)/.modules
$(MAKE) -C image compile TARGET_BUILD=
More information about the lede-commits
mailing list