diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-15 12:34:52 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-15 12:35:17 +0100 |
commit | dce6eeccc09339c7101a5b6b3fdba8b4d8f41247 (patch) | |
tree | 380a71d70076f08002c248cd376175769297a543 /include | |
parent | 1e1a0592f8309a8253e39d0f6a42193e60d80d23 (diff) | |
download | upstream-dce6eeccc09339c7101a5b6b3fdba8b4d8f41247.tar.gz upstream-dce6eeccc09339c7101a5b6b3fdba8b4d8f41247.tar.bz2 upstream-dce6eeccc09339c7101a5b6b3fdba8b4d8f41247.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>
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= |