Remove duplicate block objects.
authorPaul Brook <paul@codesourcery.com>
Wed, 13 May 2009 23:51:33 +0000 (00:51 +0100)
committerPaul Brook <paul@codesourcery.com>
Wed, 13 May 2009 23:51:33 +0000 (00:51 +0100)
Signed-off-by: Paul Brook <paul@codesourcery.com>

Makefile.target

index ce065fb..f682560 100644 (file)
@@ -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