]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/Makefile.objs
qdev-properties-system.c: Allow vlan or netdev for -device, not both
[qemu.git] / target-s390x / Makefile.objs
index 7d965e9ca96ef6d5d6d0cc2c4b6f49865fb96679..f8731463ff29dc8e03942fb0cd8137b7315d8329 100644 (file)
@@ -1,9 +1,5 @@
 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) += machine.o
+obj-y += gdbstub.o
+obj-$(CONFIG_SOFTMMU) += ioinst.o arch_dump.o
 obj-$(CONFIG_KVM) += kvm.o
-
-$(obj)/int_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)