projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7dafc
)
Remove duplicate block objects.
author
Paul Brook
<paul@codesourcery.com>
Wed, 13 May 2009 23:51:33 +0000
(
00:51
+0100)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index ce065fb8f66a9392a17d6273b9a4ec0e91598cb8..f682560518fafab276f11ef3804cbd66e5d7d571 100644
(file)
--- 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