From 1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 14 May 2009 00:51:33 +0100 Subject: Remove duplicate block objects. Signed-off-by: Paul Brook --- Makefile.target | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.target') 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 -- cgit v1.1