summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 7ae59e7..e29f9b6 100644
--- a/Kconfig
+++ b/Kconfig
@@ -28,6 +28,10 @@ config EMBTK_DOTCONFIG
bool
default y
+config EMBTK_DEFAULT_DL
+ string
+ option env="EMBTK_DEFAULT_DL"
+
menu "Architecture/variants/options Selection"
source "kconfig/arch.kconfig"
source "kconfig/arch-variant.kconfig"
@@ -84,7 +88,7 @@ config EMBTK_NUMBER_BUILD_JOBS
config EMBTK_DOWNLOAD_DIR
string "Download directory"
- default "$(EMBTK_ROOT)/dl"
+ default $EMBTK_DEFAULT_DL
help
Directory where downloaded packages are stored.