diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-18 00:09:02 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-18 00:09:02 +0200 |
commit | 1d57dcdd9b43c8d7bb2dddf4bfecc95567641a07 (patch) | |
tree | 67e7a7a86ca2971df0f6ffbd1ce4098b56bba579 | |
parent | c3db6430ebd9530859af7ffac8f1181251a00308 (diff) |
config: Fix alphabetical sort order of targets
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 5bf7088c0..89c685cb7 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -51,6 +51,9 @@ config TARGET_avr32 config TARGET_bfin bool "bfin" +config TARGET_c6x + bool "c6x" + config TARGET_cris bool "cris" @@ -114,9 +117,6 @@ config TARGET_x86_64 config TARGET_xtensa bool "xtensa" -config TARGET_c6x - bool "c6x" - endchoice |