]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/Makefile.objs
Revert "vl: Fix to create migration object before block backends again"
[mirror_qemu.git] / migration / Makefile.objs
index d25ff483eba15fb91ab1fdd59751b44f98df7b09..a4f3bafd860262047bb97bf5cff20734f931b44a 100644 (file)
@@ -1,11 +1,15 @@
-common-obj-y += migration.o tcp.o
-common-obj-y += vmstate.o
-common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
+common-obj-y += migration.o socket.o fd.o exec.o
+common-obj-y += tls.o channel.o savevm.o
+common-obj-y += colo.o colo-failover.o
+common-obj-y += vmstate.o vmstate-types.o page_cache.o
+common-obj-y += qemu-file.o global_state.o
+common-obj-y += qemu-file-channel.o
 common-obj-y += xbzrle.o postcopy-ram.o
 common-obj-y += qjson.o
+common-obj-y += block-dirty-bitmap.o
 
 common-obj-$(CONFIG_RDMA) += rdma.o
-common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
 
-common-obj-y += block.o
+common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
 
+rdma.o-libs := $(RDMA_LIBS)