aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/Makefile.objs
blob: a028dcdcd006e452f3521b4e141855e3ab0f0863 (plain)
1
2
3
4
5
6
7
8
9
10
obj-y += translate.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
obj-y += excp_helper.o
obj-y += fpu_helper.o
obj-y += int_helper.o
obj-y += mmu_helper.o
obj-y += timebase_helper.o
obj-y += misc_helper.o
obj-y += mem_helper.o