summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 18:16:22 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-06 18:16:22 +0200
commit30e71e4a4e724926030b19bcc5f0a52b473e7f9a (patch)
tree24e40cef91bf668791b1eddaf344d07785eb7f88 /mk
parent368093c2d3620dcb5f086a1ea1f7f228a84cf83b (diff)
downloadembtoolkit-30e71e4a4e724926030b19bcc5f0a52b473e7f9a.tar.gz
embtoolkit-30e71e4a4e724926030b19bcc5f0a52b473e7f9a.tar.bz2
embtoolkit-30e71e4a4e724926030b19bcc5f0a52b473e7f9a.tar.xz
Toolchain build: create internal target to create initial directories
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/toolchain.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index b41c416..ef6b808 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -216,6 +216,9 @@ endef
toolchain_clean:
$(Q)$(__embtk_toolchain_clean)
+pembtk_toolchain_mkinitdirs:
+ $(call __embtk_toolchain_mkinitdirs)
+
# Download target for offline build
TOOLCHAIN_ALL_DEPS := $(TOOLCHAIN_PRE_DEPS-y) $(TOOLCHAIN_DEPS)
TOOLCHAIN_ALL_DEPS += $(TOOLCHAIN_ADDONS_DEPS)