]> git.proxmox.com Git - mirror_qemu.git/blame - migration/Makefile.objs
spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports it
[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
eb59db53 4common-obj-y += xbzrle.o postcopy-ram.o
60fe637b 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