sdk: depend on linux/install
Since commit 484cb91
"sdk: bundle required firmware files" there is an
implicit dependency of the SDK on a prior Kernel compilation.
Change target/Makefile to make this dependency explicit to avoid race
conditions with parallel builds.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
17ecd879b8
commit
5a37d0601a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ $(curdir)/builddirs:=linux sdk imagebuilder toolchain
|
|||
$(curdir)/builddirs-default:=linux
|
||||
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) $(if $(CONFIG_MAKE_TOOLCHAIN),toolchain)
|
||||
|
||||
$(curdir)/sdk/install:=$(curdir)/linux/install
|
||||
$(curdir)/imagebuilder/install:=$(curdir)/linux/install
|
||||
|
||||
$(eval $(call stampfile,$(curdir),target,prereq,.config))
|
||||
|
|
Loading…
Reference in a new issue