target-ppc: Move SLB handling into a mmu-hash64.c
[qemu/cris-port.git] / target-ppc / Makefile.objs
blob4ef9fc0491d37eda513f9eba26de03173f6b4d22
1 obj-y += cpu-models.o
2 obj-y += translate.o
3 ifeq ($(CONFIG_SOFTMMU),y)
4 obj-y += machine.o
5 obj-$(TARGET_PPC64) += mmu-hash64.o
6 endif
7 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
8 obj-y += excp_helper.o
9 obj-y += fpu_helper.o
10 obj-y += int_helper.o
11 obj-y += mmu_helper.o
12 obj-y += timebase_helper.o
13 obj-y += misc_helper.o
14 obj-y += mem_helper.o