]> git.proxmox.com Git - qemu.git/blame - target-s390x/Makefile.objs
target-s390x: avoid AREG0 for misc helpers
[qemu.git] / target-s390x / Makefile.objs
CommitLineData
aea1e885
BS
1obj-y += translate.o helper.o cpu.o interrupt.o
2obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
fbe37ef3
PB
3obj-$(CONFIG_SOFTMMU) += machine.o
4obj-$(CONFIG_KVM) += kvm.o
9cdc8df3 5
8ef7f78e 6$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)