]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/Makefile.objs
Revert "audio: fix pc speaker init"
[mirror_qemu.git] / accel / Makefile.objs
index cd5702f3477e4fdd22d26fb21de831ae06c30f58..c3718a10c5d0c469b507f5c9ca885cd480d6dc0a 100644 (file)
@@ -1,4 +1,4 @@
 obj-$(CONFIG_SOFTMMU) += accel.o
-obj-y += kvm/
-obj-y += tcg/
+obj-$(CONFIG_KVM) += kvm/
+obj-$(CONFIG_TCG) += tcg/
 obj-y += stubs/