]> Git Repo - qemu.git/blobdiff - target-s390x/Makefile.objs
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
[qemu.git] / target-s390x / Makefile.objs
index b9b306170cfefa2f8b2a97926f5aa458bdcbea6d..f8731463ff29dc8e03942fb0cd8137b7315d8329 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) += ioinst.o arch_dump.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)
This page took 0.022944 seconds and 4 git commands to generate.