qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Do not compile hw/ for SOFTMMU


From: Jun Koi
Subject: [Qemu-devel] Do not compile hw/ for SOFTMMU
Date: Wed, 26 Feb 2014 17:00:58 +0800

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 <address@hidden>


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/
 common-obj-y += bt-host.o bt-vhci.o


reply via email to

[Prev in Thread] Current Thread [Next in Thread]