diff mbox

Do not compile hw/ for SOFTMMU

Message ID CA+g7VZ0XGE0ZtnUUyw8DYo+_uyvEiQGvv0macmhyQ=5=xvRP5w@mail.gmail.com
State New
Headers show

Commit Message

Jun Koi Feb. 26, 2014, 9 a.m. UTC
Currently hw/ is compiled in for SOFTMMU setup, but actually it is always
compiled no matter what. This patch removes the related line in
Makefile.objs.

Signed-off-by: Jun Koi <junkoi2004@gmail.com>


 common-obj-y += bt-host.o bt-vhci.o
diff mbox

Patch

diff --git a/Makefile.objs b/Makefile.objs
index 4a62913..15d75be 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -64,7 +64,6 @@  common-obj-$(CONFIG_POSIX) += migration-exec.o
migration-unix.o migration-fd.o
 common-obj-$(CONFIG_SPICE) += spice-qemu-char.o

 common-obj-y += audio/
-common-obj-y += hw/

 common-obj-y += ui/