]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/s390x/Makefile.objs
s390x/kvm: factor out SIGP code into sigp.c
[mirror_qemu.git] / target / s390x / Makefile.objs
index c88ac81e84dc73a9fca68137be76c8c91cd9df03..31932de9cf29e6c7404151f3f2f4d86dcccda370 100644 (file)
@@ -2,6 +2,7 @@ obj-y += cpu.o cpu_models.o cpu_features.o gdbstub.o interrupt.o helper.o
 obj-$(CONFIG_TCG) += translate.o cc_helper.o excp_helper.o fpu_helper.o
 obj-$(CONFIG_TCG) += int_helper.o mem_helper.o misc_helper.o crypto_helper.o
 obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o mmu_helper.o diag.o
+obj-$(CONFIG_SOFTMMU) += sigp.o
 obj-$(CONFIG_KVM) += kvm.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o