]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / Makefile.objs
index 3b83621f32888d8d6a33eee64c7262bf6a1bfc92..6a143dcd5790b624f2c6dbd54f64357d86d71c10 100644 (file)
@@ -45,6 +45,7 @@ io-obj-y = io/
 ifeq ($(CONFIG_SOFTMMU),y)
 common-obj-y = blockdev.o blockdev-nbd.o block/
 common-obj-y += bootdevice.o iothread.o
+common-obj-y += dump/
 common-obj-y += job-qmp.o
 common-obj-y += monitor/
 common-obj-y += net/
@@ -85,7 +86,6 @@ common-obj-$(CONFIG_FDT) += device_tree.o
 # qapi
 
 common-obj-y += qapi/
-common-obj-y += monitor/
 endif
 
 #######################################################################