]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
sPAPR: Introduce rtas_ldq()
[mirror_qemu.git] / Makefile.objs
index 3df2efca1c7b6d27f6a73b11d12bfeb412b82d5f..ce87778828db223d6db5cf77209669c2da1c4d98 100644 (file)
@@ -1,7 +1,8 @@
 #######################################################################
 # Common libraries for tools and emulators
 stub-obj-y = stubs/
-util-obj-y = util/ qobject/ qapi/ qapi-types.o qapi-visit.o qapi-event.o
+util-obj-y = util/ qobject/ qapi/
+util-obj-y += qmp-introspect.o qapi-types.o qapi-visit.o qapi-event.o
 
 #######################################################################
 # block-obj-y is code used by both qemu system emulation and qemu-img
@@ -92,6 +93,7 @@ common-obj-$(CONFIG_FDT) += device_tree.o
 # qapi
 
 common-obj-y += qmp-marshal.o
+common-obj-y += qmp-introspect.o
 common-obj-y += qmp.o hmp.o
 endif