summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-20 12:37:23 +0200
committerJuan Quintela <quintela@redhat.com>2017-05-17 12:04:59 +0200
commitaa3544c371748fdc2c012c2aaeeac8c66b4f0808 (patch)
tree0ddb30a25c994464db9010c0a7e55ab78b02b21a /Makefile.objs
parent795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e (diff)
downloadqemu-aa3544c371748fdc2c012c2aaeeac8c66b4f0808.tar.gz
migration: Move page_cache.c to migration/
It is only used by migration, so move it there. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 6167e7b17d..2100845ce2 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -49,7 +49,6 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
common-obj-$(CONFIG_LINUX) += fsdev/
common-obj-y += migration/
-common-obj-y += page_cache.o #aio.o
common-obj-$(CONFIG_SPICE) += spice-qemu-char.o