]> Git Repo - qemu.git/blob - migration/Makefile.objs
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu.git] / migration / Makefile.objs
1 common-obj-y += migration.o tcp.o
2 common-obj-y += vmstate.o
3 common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
4 common-obj-y += xbzrle.o postcopy-ram.o
5
6 common-obj-$(CONFIG_RDMA) += rdma.o
7 common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
8
9 common-obj-y += block.o
10
This page took 0.024378 seconds and 4 git commands to generate.