]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-s390x/Makefile.objs
qcow2: insert assert into qcow2_get_specific_info()
[mirror_qemu.git] / target-s390x / Makefile.objs
index 262747f8a63008562754b5a91281b36fc91fac3d..dd62cbda838b17a4459b96b64258b59feb7786f7 100644 (file)
@@ -1,5 +1,5 @@
-obj-y += translate.o op_helper.o helper.o cpu.o
-obj-$(CONFIG_SOFTMMU) += machine.o
+obj-y += translate.o helper.o cpu.o interrupt.o
+obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
+obj-y += gdbstub.o
+obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o mmu_helper.o
 obj-$(CONFIG_KVM) += kvm.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)