]> 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 b9b306170cfefa2f8b2a97926f5aa458bdcbea6d..dd62cbda838b17a4459b96b64258b59feb7786f7 100644 (file)
@@ -1,10 +1,5 @@
-obj-y += translate.o op_helper.o helper.o cpu.o interrupt.o
-obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.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)
-$(obj)/int_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)