]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/Makefile.objs
virtio-blk: cleanup: init and exit functions.
[qemu.git] / target-s390x / Makefile.objs
index 23b3bd99891dbadc66733100644f06c1e8da3721..4e634173a4f2be12c8962cf5029936ccce5ff37b 100644 (file)
@@ -1,7 +1,4 @@
-obj-y += translate.o op_helper.o helper.o cpu.o interrupt.o
-obj-y += fpu_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-$(CONFIG_SOFTMMU) += ioinst.o
 obj-$(CONFIG_KVM) += kvm.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)