diff -r ee9b54d04dd4 -r ac27814977fd config/target.in --- a/config/target.in Sat Sep 11 12:38:12 2010 +0200 +++ b/config/target.in Wed Apr 27 22:18:07 2011 +0200 @@ -37,11 +37,11 @@ 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 @@ endchoice -source "config.gen/arch.in.2" - #-------------------------------------- comment "Target optimisations" @@ -313,4 +311,6 @@ Leave blank if you don't know better. +source "config.gen/arch.in.2" + endmenu