diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile index cb68454c91..db87c78aae 100644 --- a/target/Makefile +++ b/target/Makefile @@ -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)) |