diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-19 16:14:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-19 16:14:11 +0100 |
commit | b12d05eaac6fece851a48de9494b2855f17618db (patch) | |
tree | 48d9da99be66ad5e9f705bb9a7bfdc10406515cd /target/config | |
parent | 7af345e70ac9f56d9f038b73d0333b3ee2c19c07 (diff) |
add mips64 toolchains, and microblaezel
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 6cab5a99d..8bfd1086e 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -63,6 +63,8 @@ prompt "Target Kernel" depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG \ || ADK_TARGET_SYSTEM_QEMU_MIPS64 \ || ADK_TARGET_SYSTEM_QEMU_MIPS64EL \ + || ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS64 \ + || ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS64EL \ || ADK_LINUX_X86_64 config ADK_TARGET_KERNEL64 |