2013-02-18 07:16:49 +08:00
|
|
|
obj-y += cpu-models.o
|
2017-02-22 19:44:34 +08:00
|
|
|
obj-y += cpu.o
|
2013-01-06 16:31:30 +08:00
|
|
|
obj-y += translate.o
|
2013-03-12 08:31:06 +08:00
|
|
|
ifeq ($(CONFIG_SOFTMMU),y)
|
2017-02-28 21:32:17 +08:00
|
|
|
obj-y += machine.o mmu_helper.o mmu-hash32.o monitor.o arch_dump.o
|
2017-03-01 14:54:38 +08:00
|
|
|
obj-$(TARGET_PPC64) += mmu-hash64.o mmu-book3s-v3.o compat.o
|
2017-05-02 14:37:17 +08:00
|
|
|
obj-$(TARGET_PPC64) += mmu-radix64.o
|
2013-03-12 08:31:06 +08:00
|
|
|
endif
|
2015-07-27 20:46:02 +08:00
|
|
|
obj-$(CONFIG_KVM) += kvm.o
|
2013-09-14 01:25:53 +08:00
|
|
|
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
|
2014-04-22 04:54:59 +08:00
|
|
|
obj-y += dfp_helper.o
|
2012-05-30 12:23:22 +08:00
|
|
|
obj-y += excp_helper.o
|
2012-05-30 12:23:26 +08:00
|
|
|
obj-y += fpu_helper.o
|
2012-05-30 12:23:28 +08:00
|
|
|
obj-y += int_helper.o
|
2012-05-30 12:23:35 +08:00
|
|
|
obj-y += timebase_helper.o
|
2012-05-30 12:23:37 +08:00
|
|
|
obj-y += misc_helper.o
|
2012-05-30 12:23:40 +08:00
|
|
|
obj-y += mem_helper.o
|
2017-07-14 17:51:41 +08:00
|
|
|
obj-y += ../../libdecnumber/
|
2013-03-12 08:31:48 +08:00
|
|
|
obj-$(CONFIG_USER_ONLY) += user_only_helper.o
|
2013-06-29 10:18:45 +08:00
|
|
|
obj-y += gdbstub.o
|