]> Git Repo - qemu.git/blob - target-s390x/Makefile.objs
target-s390x: avoid AREG0 for integer helpers
[qemu.git] / target-s390x / Makefile.objs
1 obj-y += translate.o helper.o cpu.o interrupt.o
2 obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
3 obj-$(CONFIG_SOFTMMU) += machine.o
4 obj-$(CONFIG_KVM) += kvm.o
5
6 $(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
7 $(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
8 $(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
This page took 0.02168 seconds and 4 git commands to generate.