Skip to content

Commit

Permalink
build: skip headers install and config on make target/linux/prepare
Browse files Browse the repository at this point in the history
This simplifies working with quilt on the kernel tree

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Feb 15, 2017
1 parent 1e1a059 commit dce6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kernel-build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down

0 comments on commit dce6eec

Please sign in to comment.