X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile.target;h=af6ac7eaa19f922cf5d006ee7eebd8ef2dfde3d4;hb=f05b328c9d85e57ab871ca73a36220493327a649;hp=bbc668b3cc1671c661d628cee9b116d28b7f392d;hpb=cf01ba9eef81d828c8292eacab70c67c81ca4501;p=qemu.git diff --git a/Makefile.target b/Makefile.target index bbc668b3c..af6ac7eaa 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 #########################################################