From 60099890f36754d9fd4c1ec00d9679ba3de5d3b6 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 18 Mar 2014 23:51:32 +0100 Subject: Move kconfig/ to core/ Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Kconfig') 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 -- cgit v1.2.3