2012-09-02 11:33:35 +04: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 06:18:45 +04:00
|
|
|
obj-y += gdbstub.o
|
2014-09-30 12:58:42 +04:00
|
|
|
obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o
|
2012-05-29 13:48:59 +04:00
|
|
|
obj-$(CONFIG_KVM) += kvm.o
|