2012-09-02 09:33:35 +02:00
|
|
|
obj-y += translate.o helper.o cpu.o interrupt.o
|
|
|
|
obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
|
2013-06-29 04:18:45 +02:00
|
|
|
obj-y += gdbstub.o
|
2015-02-12 18:09:18 +01:00
|
|
|
obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o mmu_helper.o
|
2012-05-29 11:48:59 +02:00
|
|
|
obj-$(CONFIG_KVM) += kvm.o
|