aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemu-x86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/qemu-x86.conf')
-rw-r--r--conf/machine/qemu-x86.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/qemu-x86.conf b/conf/machine/qemu-x86.conf
index 85b3f0d..31ce80d 100644
--- a/conf/machine/qemu-x86.conf
+++ b/conf/machine/qemu-x86.conf
@@ -11,7 +11,7 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
QB_SYSTEM_NAME = "qemu-system-i386"
QB_MACHINE = "-machine type=pc-q35-2.10"
QB_OPT_APPEND = "-nographic -no-acpi"
-QB_CPU_x86 = "-cpu qemu32,+nx,+pae"
-QB_CPU_KVM_x86 = "-cpu kvm32"
+QB_CPU:x86 = "-cpu qemu32,+nx,+pae"
+QB_CPU_KVM:x86 = "-cpu kvm32"
-ARCH_qemu-x86 = "x86"
+ARCH:qemu-x86 = "x86"