summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-14 20:42:48 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-14 20:42:48 +0200
commit96401545d66910d84b3ea771934e370756d07fd9 (patch)
treeec64e4c26658c124b98bef006f908bd0dd274a77 /Kconfig
parentaece41bd3ec7a560a1022e1a6c887ea1571b7c5f (diff)
downloadembtoolkit-96401545d66910d84b3ea771934e370756d07fd9.tar.gz
embtoolkit-96401545d66910d84b3ea771934e370756d07fd9.tar.bz2
embtoolkit-96401545d66910d84b3ea771934e370756d07fd9.tar.xz
Packages: Allow build of gdb and rework way that host and target packages are built
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/Kconfig b/Kconfig
index 7c23064..c8cc544 100644
--- a/Kconfig
+++ b/Kconfig
@@ -64,6 +64,11 @@ endmenu
endmenu
+menu "Debugging system"
+source "kconfig/gdb.kconfig"
+endmenu
+
+menu "Root filesystem components and build options"
config EMBTK_HAVE_ROOTFS
help
If you want to build a root filesystem, you must say yes here
@@ -71,8 +76,6 @@ config EMBTK_HAVE_ROOTFS
bool "Build a root filesystem"
if EMBTK_HAVE_ROOTFS
-menu "Packages selection"
source "kconfig/packages.kconfig"
-endmenu
endif
-
+endmenu