diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:30:14 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2005-05-02 13:30:14 +0000 |
commit | d750e4b263ced6c132b15b8ed7452d563bffa7e5 (patch) | |
tree | 56b31e82f31043d1e9dd6b39b11b82067d3764e2 /extra/Configs/Config.in | |
parent | e8a91ad371ce69db303c27e46e25c6f12fc3cfdf (diff) |
Move sh64 to its own config so we don't crap up the sh one..
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index f90330abc..66c90365f 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -58,6 +58,9 @@ config TARGET_powerpc config TARGET_sh bool "superh" +config TARGET_sh64 + bool "sh64" + config TARGET_sparc bool "sparc" @@ -136,6 +139,10 @@ if TARGET_sh source "extra/Configs/Config.sh" endif +if TARGET_sh64 +source "extra/Configs/Config.sh64" +endif + if TARGET_sparc source "extra/Configs/Config.sparc" endif |