]> git.proxmox.com Git - mirror_qemu.git/blob - accel/Makefile.objs
monitor: Make MonitorQMP a child class of Monitor
[mirror_qemu.git] / accel / Makefile.objs
1 obj-$(CONFIG_SOFTMMU) += accel.o
2 obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) += qtest.o
3 obj-$(CONFIG_KVM) += kvm/
4 obj-$(CONFIG_TCG) += tcg/
5 obj-y += stubs/