1obj-$(CONFIG_SOFTMMU) += machine.o 2obj-y += cpu.o exception.o interrupt.o mmu.o translate.o 3obj-y += exception_helper.o fpu_helper.o int_helper.o \ 4 interrupt_helper.o mmu_helper.o sys_helper.o 5obj-y += gdbstub.o 6