aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/Makefile.objs
blob: 23b3bd99891dbadc66733100644f06c1e8da3721 (plain)
1
2
3
4
5
6
7
obj-y += translate.o op_helper.o helper.o cpu.o interrupt.o
obj-y += fpu_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o

$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)