diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 00:51:33 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 00:51:33 +0100 |
commit | 1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24 (patch) | |
tree | 8a850da256a517000c62a1100e87b0e372188144 /Makefile.target | |
parent | 1a7dafce1dfc3dc2052d0c5d8397e72121291c57 (diff) | |
download | qemu-1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24.tar.gz qemu-1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24.tar.bz2 qemu-1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24.zip |
Remove duplicate block objects.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 8 |
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 |