diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 16:39:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 16:39:17 +0200 |
commit | 2735fdf97305e110eba8e776f8728a52ae886c05 (patch) | |
tree | 0ce26ce1066bd7260625ca641b1e64c99015f47f /target/mips64/Config.in | |
parent | 65c2ab93616bdf982152a94ab35c2079a5e3a2d7 (diff) |
resolve merge conflict
Diffstat (limited to 'target/mips64/Config.in')
-rw-r--r-- | target/mips64/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/mips64/Config.in b/target/mips64/Config.in new file mode 100644 index 000000000..d890f6ff6 --- /dev/null +++ b/target/mips64/Config.in @@ -0,0 +1,9 @@ +choice +depends on ADK_LINUX_MIPS64 && !ADK_CHOOSE_TARGET_ARCH +prompt "Target system" + +config ADK_CHOOSE_TARGET_SYSTEM_MIPS64 + boolean "Choose target system" + +source "target/mips64/Config.in.systems" +endchoice |