diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-15 12:34:52 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 14:27:44 +0100 |
commit | 903a40466311a0d93bd0a6ba8f4e5261cac8141c (patch) | |
tree | d0a8e5772620eeab25a0db8b7471f75e5678a37f /include | |
parent | a7fc27edcecd1fa5b6988fc10bc382b9cc9774fa (diff) | |
download | upstream-903a40466311a0d93bd0a6ba8f4e5261cac8141c.tar.gz upstream-903a40466311a0d93bd0a6ba8f4e5261cac8141c.tar.bz2 upstream-903a40466311a0d93bd0a6ba8f4e5261cac8141c.zip |
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@nbd.name>
(cherry picked from commit dce6eeccc09339c7101a5b6b3fdba8b4d8f41247)
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 32da94babc..56c0fe386b 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= |