]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/Makefile.objs
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / accel / Makefile.objs
index 10666eda714002bc98519b5a12d0decb8708ae46..8b498d39d8b068c7fb86cd129262515a6967f143 100644 (file)
@@ -1,4 +1,5 @@
 obj-$(CONFIG_SOFTMMU) += accel.o
-obj-y += kvm/
+obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
+obj-$(CONFIG_KVM) += kvm/
 obj-$(CONFIG_TCG) += tcg/
 obj-y += stubs/