diff options
Diffstat (limited to 'target/x86/systems/qemu-x86')
-rw-r--r-- | target/x86/systems/qemu-x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/systems/qemu-x86 b/target/x86/systems/qemu-x86 index 97c1a6437..8d99218fc 100644 --- a/target/x86/systems/qemu-x86 +++ b/target/x86/systems/qemu-x86 @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_QEMU_X86 bool "Qemu Emulator" - select ADK_CPU_I686 + select ADK_TARGET_CPU_X86_I686 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_BZIMAGE select ADK_TARGET_KERNEL_WITH_COMPRESSION |