]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.objs
w32: Fix configure test for -march=i486
[qemu.git] / Makefile.objs
index fcb303a83936177d62bec6248d273a4bffb8324f..286ce069b2ca5b53fed5d196c0ef6d9907ffc088 100644 (file)
@@ -79,10 +79,15 @@ common-obj-$(CONFIG_SMARTCARD_NSS) += $(libcacard-y)
 ######################################################################
 # qapi
 
-common-obj-y += qmp-marshal.o qapi-visit.o qapi-types.o
+common-obj-y += qmp-marshal.o
 common-obj-y += qmp.o hmp.o
 endif
 
+######################################################################
+# some qapi visitors are used by both system and user emulation:
+
+common-obj-y += qapi-visit.o qapi-types.o
+
 #######################################################################
 # Target-independent parts used in system and user emulation
 common-obj-y += qemu-log.o