summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2014-10-26 10:06:22 +0100
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2014-10-26 10:06:22 +0100
commit0e3a3ccb7b66130fdfbcd9ff3a233ed5d03c6951 (patch)
tree63c112d36c001f07747dc40b4a946ad0fc58de1d /core
parent27c66d4e0d7fb6884e7c4f44578e0acc4e0c2cdd (diff)
downloadembtoolkit-0e3a3ccb7b66130fdfbcd9ff3a233ed5d03c6951.tar.gz
embtoolkit-0e3a3ccb7b66130fdfbcd9ff3a233ed5d03c6951.tar.bz2
embtoolkit-0e3a3ccb7b66130fdfbcd9ff3a233ed5d03c6951.tar.xz
Build system: Host tools: add a compatibility src headers
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
Diffstat (limited to 'core')
-rw-r--r--core/mk/buildsystem.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/mk/buildsystem.mk b/core/mk/buildsystem.mk
index 3f8bd35..895c4fb 100644
--- a/core/mk/buildsystem.mk
+++ b/core/mk/buildsystem.mk
@@ -39,6 +39,8 @@ embtk_pkgb := $(PACKAGES_BUILD)
embtk_rootfs := $(embtk_generated)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)
__embtk_dldir := $(patsubst %/,%,$(call __embtk_mk_uquote,$(CONFIG_EMBTK_DOWNLOAD_DIR)))
embtk_dldir := $(or $(__embtk_dldir),$(EMBTK_ROOT)/dl)
+embtk_srcdir := $(EMBTK_ROOT)/src
+embtk_includedir := $(embtk_srcdir)/embtk/include
define __embtk_kconfig_buildrun