summaryrefslogtreecommitdiff
path: root/target-s390x/Makefile.objs
blob: 156d9469a3ed708958d23d4fa3413fe798235706 (plain)
1
2
3
4
5
6
obj-y += translate.o helper.o cpu.o interrupt.o
obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o

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