summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
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