diff options
Diffstat (limited to 'target/x86_64/systems')
-rw-r--r-- | target/x86_64/systems/qemu-x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/systems/qemu-x86_64 b/target/x86_64/systems/qemu-x86_64 index 78e82294a..11e5c92cb 100644 --- a/target/x86_64/systems/qemu-x86_64 +++ b/target/x86_64/systems/qemu-x86_64 @@ -2,7 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" select ADK_x86_64 select ADK_qemu_x86_64 - select ADK_CPU_ATHLON + select ADK_CPU_X86_64 select ADK_LINUX_64 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_BZIMAGE |