X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.objs;h=286ce069b2ca5b53fed5d196c0ef6d9907ffc088;hb=1405b6290fa2143e02dcede90b116d8d663ae669;hp=fcb303a83936177d62bec6248d273a4bffb8324f;hpb=0b6a16c1a47b622b1a692ab179013d9e30e9cf3b;p=qemu.git diff --git a/Makefile.objs b/Makefile.objs index fcb303a83..286ce069b 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -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