]> git.proxmox.com Git - mirror_qemu.git/blob - migration/Makefile.objs
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[mirror_qemu.git] / migration / Makefile.objs
1 common-obj-y += migration.o socket.o fd.o exec.o
2 common-obj-y += tls.o channel.o savevm.o
3 common-obj-y += colo-comm.o colo.o colo-failover.o
4 common-obj-y += vmstate.o vmstate-types.o page_cache.o
5 common-obj-y += qemu-file.o global_state.o
6 common-obj-y += qemu-file-channel.o
7 common-obj-y += xbzrle.o postcopy-ram.o
8 common-obj-y += qjson.o
9
10 common-obj-$(CONFIG_RDMA) += rdma.o
11
12 common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
13
14 rdma.o-libs := $(RDMA_LIBS)