From 7afa2d56c48fce01dbef0845ef5bd640ad7d61e5 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 6 Aug 2011 14:53:43 +0200 Subject: Build system: remove host-tools directory on make clean Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'Kconfig') 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 -- cgit v1.2.3