summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 00:51:33 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 00:51:33 +0100
commit1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24 (patch)
tree8a850da256a517000c62a1100e87b0e372188144 /Makefile.target
parent1a7dafce1dfc3dc2052d0c5d8397e72121291c57 (diff)
downloadqemu-1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24.tar.gz
Remove duplicate block objects.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.target b/Makefile.target
index ce065fb8f6..f682560518 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