summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-18 23:51:32 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-18 23:51:32 +0100
commit60099890f36754d9fd4c1ec00d9679ba3de5d3b6 (patch)
tree5379b7f6694de0b0c954e9c5388612d8ba6c1a1d /Kconfig
parentef94bcb8905c8c8fefc272dbcb2d5ee0c4efbe35 (diff)
downloadembtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.gz
embtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.bz2
embtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.xz
Move kconfig/ to core/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/Kconfig b/Kconfig
index 05041fe..f4c8fbf 100644
--- a/Kconfig
+++ b/Kconfig
@@ -46,8 +46,8 @@ endchoice
endmenu
menu "Target Architecture/variants/options Selection"
-source "kconfig/arch.kconfig"
-source "kconfig/arch-variant.kconfig"
+source "core/kconfig/arch.kconfig"
+source "core/kconfig/arch-variant.kconfig"
endmenu
# Give ability to build (or hide) old packages, instead of remove them in Embtk.
@@ -63,11 +63,11 @@ endmenu
menu "Toolchain Addons - Debugging systems"
source "packages/development/gdb/gdb.kconfig"
source "packages/misc/ncurses/ncurses.kconfig"
-source "kconfig/strace.kconfig"
+source "core/kconfig/strace.kconfig"
endmenu
menu "Target build options"
-source "kconfig/targetbuildopts.kconfig"
+source "core/kconfig/targetbuildopts.kconfig"
endmenu
menu "Embtoolkit build options and host tools"
@@ -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 "core/kconfig/linux-kernel-build.kconfig"
endif
endif
@@ -94,5 +94,5 @@ config EMBTK_HAVE_ROOTFS
Select packages in "Packages to include in your root filesystem".
if EMBTK_HAVE_ROOTFS
-source "kconfig/rootfs/rootfs.kconfig"
+source "core/kconfig/rootfs/rootfs.kconfig"
endif