]>
Commit | Line | Data |
---|---|---|
e67db06e | 1 | obj-$(CONFIG_SOFTMMU) += machine.o |
1d7d4034 | 2 | obj-y += cpu.o exception.o interrupt.o mmu.o translate.o |
5b569507 | 3 | obj-y += exception_helper.o fpu_helper.o int_helper.o \ |
4dd044c6 | 4 | interrupt_helper.o mmu_helper.o sys_helper.o |
5b50e790 | 5 | obj-y += gdbstub.o |