blob: 2c43c34a5cbe042e08b74335457b9eea514f4a70 [file] [log] [blame]
Andreas Färber953af182013-02-17 23:16:49 +00001obj-y += cpu-models.o
Andreas Färber2985b862013-01-06 08:31:30 +00002obj-y += translate.o
David Gibson10b46522013-03-12 00:31:06 +00003ifeq ($(CONFIG_SOFTMMU),y)
David Gibsoncc8eae82013-03-12 00:31:48 +00004obj-y += machine.o mmu_helper.o mmu-hash32.o
David Gibson10b46522013-03-12 00:31:06 +00005obj-$(TARGET_PPC64) += mmu-hash64.o
6endif
Andreas Färber7c760cb2012-06-09 03:43:05 +02007obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
Blue Swirlad71ed62012-05-30 04:23:22 +00008obj-y += excp_helper.o
Blue Swirlbd23cd42012-05-30 04:23:26 +00009obj-y += fpu_helper.o
Blue Swirl64654de2012-05-30 04:23:28 +000010obj-y += int_helper.o
Blue Swirl6de673d2012-05-30 04:23:35 +000011obj-y += timebase_helper.o
Blue Swirl901c4ea2012-05-30 04:23:37 +000012obj-y += misc_helper.o
Blue Swirl2f5a1892012-05-30 04:23:40 +000013obj-y += mem_helper.o
David Gibsoncc8eae82013-03-12 00:31:48 +000014obj-$(CONFIG_USER_ONLY) += user_only_helper.o