Commit 1b3b9ca30ef8c5bb17ca3d77ff098286e11c3e24

Authored by Paul Brook
1 parent 1a7dafce

Remove duplicate block objects.

Signed-off-by: Paul Brook <paul@codesourcery.com>
Showing 1 changed file with 0 additions and 8 deletions
Makefile.target
... ... @@ -497,14 +497,6 @@ OBJS+=fw_cfg.o
497 497 ifdef CONFIG_KVM
498 498 OBJS+=kvm.o kvm-all.o
499 499 endif
500   -ifdef CONFIG_WIN32
501   -OBJS+=block-raw-win32.o
502   -else
503   -ifdef CONFIG_AIO
504   -OBJS+=posix-aio-compat.o
505   -endif
506   -OBJS+=block-raw-posix.o
507   -endif
508 500  
509 501 LIBS+=-lz
510 502 ifdef CONFIG_ALSA
... ...