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