summaryrefslogtreecommitdiff
path: root/core/mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/mk')
-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