|
@@ -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
|