diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 14:15:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-26 14:15:39 +0200 |
commit | c4ef12b64426763670dcae46219b766ba2f490cd (patch) | |
tree | 98093f6569f49fe45c92ffe3f0c40aee54a5c732 /target/config | |
parent | d2f923e9f834cf75f5db8f9169e023054114abe7 (diff) |
fix arm for bulkall
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index cfa53894a..4c8c8bcb5 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -17,7 +17,7 @@ source "target/config/Config.in.system" choice prompt "Target Endianess" -depends on ADK_LINUX_ARM || ADK_LINUX_MIPS && ADK_TOOLCHAIN_ONLY +depends on (ADK_LINUX_ARM || ADK_LINUX_MIPS) && ADK_TOOLCHAIN_ONLY config ADK_ENDIAN boolean "Choose target endianess" |