2012-07-20 11:50:39 +04:00
|
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|
2012-07-20 11:50:42 +04:00
|
|
|
obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
|
2012-07-20 11:50:44 +04:00
|
|
|
obj-y += exception_helper.o fpu_helper.o int_helper.o \
|
2012-07-20 11:50:49 +04:00
|
|
|
interrupt_helper.o mmu_helper.o sys_helper.o
|
2013-06-29 06:18:45 +04:00
|
|
|
obj-y += gdbstub.o
|