diff options
-rw-r--r-- | config/target.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/target.in b/config/target.in index 125db59d..e56fcc3c 100644 --- a/config/target.in +++ b/config/target.in @@ -37,11 +37,11 @@ config ARCH_FLOAT_SW config TARGET_CFLAGS config TARGET_LDFLAGS -comment "General target options" - source "config.gen/arch.in" #-------------------------------------- +comment "Generic target options" + config ARCH_SUPPORTS_BOTH_MMU bool default n @@ -136,8 +136,6 @@ config ARCH_64 endchoice -source "config.gen/arch.in.2" - #-------------------------------------- comment "Target optimisations" @@ -313,4 +311,6 @@ config TARGET_LDFLAGS Leave blank if you don't know better. +source "config.gen/arch.in.2" + endmenu |