aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAsias He <asias.hejun@gmail.com>2011-05-18 16:19:02 +0800
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:43 +0100
commit565c0d7d98c03a29d5a24c1d33111b41f3bfa748 (patch)
tree28e7435a049e365993f515f5d11f67b9d022002a /Makefile
parent150aa4c04fec615fdab9472a8315326962d07d10 (diff)
downloadkvmtool-565c0d7d98c03a29d5a24c1d33111b41f3bfa748.tar.gz
kvm tools: Move disk image related code under disk directory
This patch removes disk-image.c and qcow.c under disk directory. Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45897d56..8938f5fe 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ TAGS = ctags
OBJS += 8250-serial.o
OBJS += cpuid.o
OBJS += read-write.o
-OBJS += disk-image.o
+OBJS += disk/disk-image.o
OBJS += interrupt.o
OBJS += ioport.o
OBJS += kvm.o
@@ -37,7 +37,7 @@ OBJS += util/strbuf.o
OBJS += kvm-help.o
OBJS += kvm-cmd.o
OBJS += kvm-run.o
-OBJS += qcow.o
+OBJS += disk/qcow.o
OBJS += mptable.o
OBJS += threadpool.o
OBJS += irq.o