summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index b33c53dbd..0b52f8220 100644
--- a/Config.in
+++ b/Config.in
@@ -35,9 +35,15 @@ source "target/config/Config.in.arm"
source "target/config/Config.in.x86"
source "target/config/Config.in.qemu"
source "target/config/Config.in.kernelversion"
-source "target/config/Config.in.libc"
source "target/config/Config.in.toolchain"
+
+comment "changes made below do not require make cleandir after reconfiguration"
+menu "Target configuration"
source "target/config/Config.in.qemuopts"
+source "target/config/Config.in.libc"
+source "target/config/Config.in.target"
+endmenu
+
source "target/config/Config.in"
menu "Package collection"
@@ -102,5 +108,4 @@ depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
source "target/linux/Config.in"
endmenu
-source "target/config/Config.in.target"
source "target/config/Config.in.adk"