Browse Source

reorder qemu config

Waldemar Brodkorb 10 years ago
parent
commit
b0e912f902
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/config/Config.in

+ 2 - 2
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