summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-06 14:53:43 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-06 14:53:43 +0200
commit7afa2d56c48fce01dbef0845ef5bd640ad7d61e5 (patch)
tree58c2fa4dc7b38913637ca8a719b99a03766f0cfb /Kconfig
parent760ca0b38a77d2accbd7757c37f126849f0eae5c (diff)
downloadembtoolkit-7afa2d56c48fce01dbef0845ef5bd640ad7d61e5.tar.gz
embtoolkit-7afa2d56c48fce01dbef0845ef5bd640ad7d61e5.tar.bz2
embtoolkit-7afa2d56c48fce01dbef0845ef5bd640ad7d61e5.tar.xz
Build system: remove host-tools directory on make clean
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig27
1 files changed, 13 insertions, 14 deletions
diff --git a/Kconfig b/Kconfig
index e29f9b6..0b1615b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -56,20 +56,6 @@ source "packages/development/gdb/gdb.kconfig"
source "kconfig/strace.kconfig"
endmenu
-config EMBTK_HAVE_ROOTFS
- bool "Build root filesystem"
- help
- If you want to build a root filesystem for your target, and include
- some packages within it, you must say yes here.
- Select the root filesystem type in "Type of root filesystem to build".
- Select packages in "Packages to include in your root filesystem".
-
-if EMBTK_HAVE_ROOTFS
-source kconfig/fs.kconfig
-source kconfig/mtdutils.kconfig
-source kconfig/packages.kconfig
-endif
-
menu "Embtoolkit build options and host tools"
comment "-----------------------------"
comment "Host tools"
@@ -112,3 +98,16 @@ config EMBTK_CACHE_PATCHES
downloaded the second time you run the build process.
endmenu
+config EMBTK_HAVE_ROOTFS
+ bool "Build root filesystem"
+ help
+ If you want to build a root filesystem for your target, and include
+ some packages within it, you must say yes here.
+ Select the root filesystem type in "Type of root filesystem to build".
+ Select packages in "Packages to include in your root filesystem".
+
+if EMBTK_HAVE_ROOTFS
+source kconfig/fs.kconfig
+source kconfig/mtdutils.kconfig
+source kconfig/packages.kconfig
+endif