]> Git Repo - qemu.git/blobdiff - accel/Makefile.objs
fpu: replace LIT64 usage with UINT64_C for specialize constants
[qemu.git] / accel / Makefile.objs
index cd5702f3477e4fdd22d26fb21de831ae06c30f58..8b498d39d8b068c7fb86cd129262515a6967f143 100644 (file)
@@ -1,4 +1,5 @@
 obj-$(CONFIG_SOFTMMU) += accel.o
-obj-y += kvm/
-obj-y += tcg/
+obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
+obj-$(CONFIG_KVM) += kvm/
+obj-$(CONFIG_TCG) += tcg/
 obj-y += stubs/
This page took 0.028094 seconds and 4 git commands to generate.