qemu/target-s390x/Makefile.objs
<<
>>
Prefs
   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
   3obj-y += gdbstub.o
   4obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o mmu_helper.o
   5obj-$(CONFIG_KVM) += kvm.o
   6