]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
MAINTAINERS: add block driver sub-maintainers
[qemu.git] / Makefile.target
index bbc668b3cc1671c661d628cee9b116d28b7f392d..af6ac7eaa19f922cf5d006ee7eebd8ef2dfde3d4 100644 (file)
@@ -79,7 +79,7 @@ obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
 obj-y += fpu/softfloat.o
 obj-y += target-$(TARGET_BASE_ARCH)/
 obj-y += disas.o
-obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
+obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
 
 #########################################################