summaryrefslogtreecommitdiff
path: root/core/toolchain/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain/common.mk')
-rw-r--r--core/toolchain/common.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/toolchain/common.mk b/core/toolchain/common.mk
index 8fa54b4..3c6a75d 100644
--- a/core/toolchain/common.mk
+++ b/core/toolchain/common.mk
@@ -24,6 +24,13 @@
################################################################################
#
+# Toolchain components init
+#
+EMBTK_TOOLCHAIN_PREDEPS-y :=
+EMBTK_TOOLCHAIN_DEPS-y :=
+EMBTK_TOOLCHAIN_ADDONS_DEPS-y :=
+
+#
# Toolchain base directory definition
#
__xtools_compiler-$(CONFIG_EMBTK_LLVM_ONLY_TOOLCHAIN) := clangllvm-$(call embtk_pkg_version,llvm_host)