From: Paul Brook Date: Wed, 13 May 2009 23:51:33 +0000 (+0100) Subject: Remove duplicate block objects. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24;p=qemu.git Remove duplicate block objects. Signed-off-by: Paul Brook --- 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