977184db39
The splitting of qemu-file and addition of the buffered file landed at the same time; so now split the buffered file code out. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
11 lines
276 B
Makefile
11 lines
276 B
Makefile
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 += xbzrle.o
|
|
|
|
common-obj-$(CONFIG_RDMA) += rdma.o
|
|
common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
|
|
|
|
common-obj-y += block.o
|
|
|