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

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