qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 07/29] dump: do not compile dump.o for user-mode


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH v3 07/29] dump: do not compile dump.o for user-mode emulation
Date: Thu, 7 Jun 2012 09:39:52 +0200

It is not needed, because the monitor is not included.

Cc: Wen Congyang <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 Makefile.target |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.target b/Makefile.target
index 67d5f3e..f1ec554 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -147,6 +147,7 @@ obj-y += memory.o savevm.o cputlb.o
 obj-y += memory_mapping.o
 obj-$(CONFIG_HAVE_GET_MEMORY_MAPPING) += arch_memory_mapping.o
 obj-$(CONFIG_HAVE_CORE_DUMP) += arch_dump.o
+obj-y += dump.o
 LIBS+=-lz
 
 QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
@@ -196,8 +197,6 @@ obj-y += $(addprefix ../, $(trace-obj-y))
 
 endif # CONFIG_SOFTMMU
 
-obj-y += dump.o
-
 ifndef CONFIG_LINUX_USER
 ifndef CONFIG_BSD_USER
 # libcacard needs qemu-thread support, and besides is only needed by devices
-- 
1.7.10.1





reply via email to

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