diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 13:20:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-03 13:20:27 +0200 |
commit | b0e912f902203a6ad1fbd54587dc7841c2b1ad4f (patch) | |
tree | cdcffb9d4eaeb58984c66ac057ec66b5b00f1015 /target/config | |
parent | 5941e062d3925fb97f2cc144b031299671e69558 (diff) |
reorder qemu config
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 8cc77b06c..47e0e5861 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -1,8 +1,6 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -source "target/config/Config.in.hardware" -source "target/config/Config.in.qemu" config ADK_TARGET_KERNEL_VMLINUZ boolean @@ -75,6 +73,8 @@ config ADK_TOOLCHAIN source "target/config/Config.in.arch" source "target/config/Config.in.system" +source "target/config/Config.in.hardware" +source "target/config/Config.in.qemu" config ADK_LINUX_MIPS64 boolean |