diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 16:50:50 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 16:50:50 +0000 |
commit | 68d83b84c349d7d060a7b1fb9979360f515afb56 (patch) | |
tree | 5c44f54b2ae8b7934b39d335c34345b9d94e2590 /extra/Configs | |
parent | fe8655142206e34169a524dc2063fe5732f126a1 (diff) |
Fix some sh4 specific entries
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index f0abb1098..152bff86f 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -194,6 +194,7 @@ config TARGET_SUBARCH string default "e500" if CONFIG_E500 default "classic" if CONFIG_CLASSIC + default "sh4" if CONFIG_SH4 default "" source "extra/Configs/Config.in.arch" |