Quellcode durchsuchen

reorder qemu config

Waldemar Brodkorb vor 12 Jahren
Ursprung
Commit
b0e912f902
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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