summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-26 11:34:52 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-09-26 11:34:52 +0200
commitbf1f7611e22909b47e0df65a3030aa5959686ce3 (patch)
treee2a80d2e7fe630ef548a67d2b6f9a8982c4a5370 /Kconfig
parent97d9b22ecdb283dc7bf70b9a53a837a0febf7b7f (diff)
parenta2db5ce0928a1b8faeaba7a382491c7d7f6f3ffd (diff)
downloadembtoolkit-bf1f7611e22909b47e0df65a3030aa5959686ce3.tar.gz
embtoolkit-bf1f7611e22909b47e0df65a3030aa5959686ce3.tar.bz2
embtoolkit-bf1f7611e22909b47e0df65a3030aa5959686ce3.tar.xz
Merge branch 'master' into embtk-uclibc
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index f926924..c9baf27 100644
--- a/Kconfig
+++ b/Kconfig
@@ -88,5 +88,23 @@ menu "Embtoolkit build options"
config EMBTK_NUMBER_BUILD_JOBS
int "Number of parallel build jobs"
default 1
+
+config EMBTK_DOWNLOAD_DIR
+ string "Download directory"
+ default "$(EMBTK_ROOT)/dl"
+ help
+ Directory where downloaded packages are stored.
+
+ You must specify here an absolute directory location, if you choose to
+ use an alternate location.
+
+ Note:
+ If you want to preserve downloaded packages from being removed when
+ you do make distclean, you must specify an alternate location.
+ If you leave this option in the default location under Embtoolkit,
+ $(EMBTK_ROOT)/dl, then make distclean will remove downloaded packages.
+ But keep in mind that only a make distclean command will remove
+ downloaded packages in the default location under EmbToolkit,
+ not make clean.
endmenu