summaryrefslogtreecommitdiff
path: root/migration/Makefile.objs
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2014-12-12 11:13:39 +0000
committerAmit Shah <amit.shah@redhat.com>2014-12-16 17:47:36 +0530
commit329c9b10b659209c663e59ce164727ef9fd2ecdb (patch)
tree461b13801db3dc27ea82ec11d8665680f4b25567 /migration/Makefile.objs
parent60fe637bf0e4d7989e21e50f52526444765c63b4 (diff)
downloadqemu-329c9b10b659209c663e59ce164727ef9fd2ecdb.tar.gz
Remove migration- pre/post fixes off files in migration/ dir
The general feeling is that having migration/migration-blah is overkill. 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.objs8
1 files changed, 4 insertions, 4 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs
index 63dbe93447..ce1e3c7e65 100644
--- a/migration/Makefile.objs
+++ b/migration/Makefile.objs
@@ -1,10 +1,10 @@
-common-obj-y += migration.o migration-tcp.o
+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-$(CONFIG_RDMA) += migration-rdma.o
common-obj-y += xbzrle.o
-common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
+common-obj-$(CONFIG_RDMA) += rdma.o
+common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
-common-obj-y += block-migration.o
+common-obj-y += block.o