]> git.proxmox.com Git - mirror_qemu.git/blame - migration/Makefile.objs
tests: vhost-user: disable unless CONFIG_VHOST_NET
[mirror_qemu.git] / migration / Makefile.objs
CommitLineData
329c9b10 1common-obj-y += migration.o tcp.o
60fe637b 2common-obj-y += vmstate.o
977184db 3common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
60fe637b
DDAG
4common-obj-y += xbzrle.o
5
329c9b10
DDAG
6common-obj-$(CONFIG_RDMA) += rdma.o
7common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
60fe637b 8
329c9b10 9common-obj-y += block.o
60fe637b 10