summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-29 15:02:27 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-29 15:02:27 +0100
commitd7a3128c1df9bf307d9404a20aaf5cb91e6de5e3 (patch)
tree024778cc2352d67f6f399162bff3f939173fc11e /Kconfig
parent04a380254de9b2f1b52bcfbfa8953bf95259baa7 (diff)
downloadembtoolkit-d7a3128c1df9bf307d9404a20aaf5cb91e6de5e3.tar.gz
embtoolkit-d7a3128c1df9bf307d9404a20aaf5cb91e6de5e3.tar.bz2
embtoolkit-d7a3128c1df9bf307d9404a20aaf5cb91e6de5e3.tar.xz
Rootfs: move kconfig entries to kconfig/rootfs/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 4 insertions, 7 deletions
diff --git a/Kconfig b/Kconfig
index 4937561..954ab81 100644
--- a/Kconfig
+++ b/Kconfig
@@ -67,11 +67,11 @@ source "kconfig/strace.kconfig"
endmenu
menu "Target build options"
-source kconfig/targetbuildopts.kconfig
+source "kconfig/targetbuildopts.kconfig"
endmenu
menu "Embtoolkit build options and host tools"
-source kconfig/hosttools-buildopts.kconfig
+source "kconfig/hosttools-buildopts.kconfig"
endmenu
if EMBTK_OS_LINUX
@@ -79,7 +79,7 @@ config EMBTK_BUILD_LINUX_KERNEL
bool "Build linux kernel image"
if EMBTK_BUILD_LINUX_KERNEL
-source kconfig/linux-kernel-build.kconfig
+source "kconfig/linux-kernel-build.kconfig"
endif
endif
@@ -94,8 +94,5 @@ config EMBTK_HAVE_ROOTFS
Select packages in "Packages to include in your root filesystem".
if EMBTK_HAVE_ROOTFS
-source kconfig/fs.kconfig
-source kconfig/mtdutils.kconfig
-source kconfig/squashfs.kconfig
-source kconfig/packages.kconfig
+source "kconfig/rootfs/rootfs.kconfig"
endif