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