qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 1b3b9ca] Remove duplicate block objects.


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 1b3b9ca] Remove duplicate block objects.
Date: Wed, 13 May 2009 23:53:35 -0000

From: Paul Brook <address@hidden>

Signed-off-by: Paul Brook <address@hidden>

diff --git a/Makefile.target b/Makefile.target
index ce065fb..f682560 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -497,14 +497,6 @@ OBJS+=fw_cfg.o
 ifdef CONFIG_KVM
 OBJS+=kvm.o kvm-all.o
 endif
-ifdef CONFIG_WIN32
-OBJS+=block-raw-win32.o
-else
-ifdef CONFIG_AIO
-OBJS+=posix-aio-compat.o
-endif
-OBJS+=block-raw-posix.o
-endif
 
 LIBS+=-lz
 ifdef CONFIG_ALSA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]