summaryrefslogtreecommitdiff
path: root/mk/initialpath.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-31 18:32:45 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-31 18:32:45 +0200
commitf554c37ac46bb56b517bf8a0f4020c7cc3f615ea (patch)
treea4e1262a9958f9505e748f791aa6afbf2005dbbf /mk/initialpath.mk
parent20add785afb09386853ddbbd4652ea3733ea17fd (diff)
downloadembtoolkit-f554c37ac46bb56b517bf8a0f4020c7cc3f615ea.tar.gz
embtoolkit-f554c37ac46bb56b517bf8a0f4020c7cc3f615ea.tar.bz2
embtoolkit-f554c37ac46bb56b517bf8a0f4020c7cc3f615ea.tar.xz
Build system: no need to export embtk internal variables to other makefiles
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/initialpath.mk')
-rw-r--r--mk/initialpath.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/initialpath.mk b/mk/initialpath.mk
index 439a2ea..9951ffd 100644
--- a/mk/initialpath.mk
+++ b/mk/initialpath.mk
@@ -33,9 +33,6 @@ ROOTFS := $(EMBTK_GENERATED)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)
HOSTTOOLS := $(EMBTK_ROOT)/host-tools-$(EMBTK_MCU_FLAG)
DOWNLOAD_DIR := $(patsubst %/,%,$(subst ",,$(strip $(CONFIG_EMBTK_DOWNLOAD_DIR))))
-export SYSROOT TOOLS TOOLS_BUILD PACKAGES_BUILD EMBTK_GENERATED ROOTFS
-export HOSTTOOLS DOWNLOAD_DIR
-
mkinitialpath:
$(Q)mkdir -p $(SYSROOT)
$(Q)mkdir -p $(SYSROOT)/lib