]> git.proxmox.com Git - qemu.git/blob - target-s390x/Makefile.objs
target-s390x: avoid AREG0 for misc 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)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)