Skip to content
Snippets Groups Projects
Commit 072bed47 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

target: do not make target/*/install depend on target/*/compile - removes one...

target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install

SVN-Revision: 32091
parent 02ab0d3e
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,7 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain ...@@ -10,10 +10,7 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain
$(curdir)/builddirs-default:=linux $(curdir)/builddirs-default:=linux
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain) $(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain)
$(curdir)/imagebuilder/compile:=$(curdir)/linux/install $(curdir)/imagebuilder/install:=$(curdir)/linux/install
# prerequisites for the individual targets
$(curdir)//install = $(1)/compile
$(eval $(call stampfile,$(curdir),target,prereq,.config)) $(eval $(call stampfile,$(curdir),target,prereq,.config))
$(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build)) $(eval $(call stampfile,$(curdir),target,compile,$(TMP_DIR)/.build))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment