summaryrefslogtreecommitdiff
path: root/migration/Makefile.objs
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2014-12-12 11:13:41 +0000
committerAmit Shah <amit.shah@redhat.com>2014-12-16 17:47:36 +0530
commit977184db39678624c1fc11d0d834a33127745904 (patch)
tree937be5c881e092607e1875010b111921e1852c82 /migration/Makefile.objs
parent4f9d09001261420a2990454e91320aca2d9d8781 (diff)
downloadqemu-977184db39678624c1fc11d0d834a33127745904.tar.gz
Split the QEMU buffered file code out
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>
Diffstat (limited to 'migration/Makefile.objs')
-rw-r--r--migration/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs
index ce1e3c7e65..d929e969ae 100644
--- a/migration/Makefile.objs
+++ b/migration/Makefile.objs
@@ -1,6 +1,6 @@
common-obj-y += migration.o tcp.o
common-obj-y += vmstate.o
-common-obj-y += qemu-file.o qemu-file-unix.o qemu-file-stdio.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