Statistics
| Branch: | Revision:

root / target-ppc / Makefile.objs @ 10b46525

History | View | Annotate | Download (329 Bytes)

1 953af181 Andreas Färber
obj-y += cpu-models.o
2 2985b86b Andreas Färber
obj-y += translate.o
3 10b46525 David Gibson
ifeq ($(CONFIG_SOFTMMU),y)
4 10b46525 David Gibson
obj-y += machine.o
5 10b46525 David Gibson
obj-$(TARGET_PPC64) += mmu-hash64.o
6 10b46525 David Gibson
endif
7 7c760cbc Andreas Färber
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
8 ad71ed68 Blue Swirl
obj-y += excp_helper.o
9 bd23cd45 Blue Swirl
obj-y += fpu_helper.o
10 64654ded Blue Swirl
obj-y += int_helper.o
11 ec19c4d1 Blue Swirl
obj-y += mmu_helper.o
12 6de673d4 Blue Swirl
obj-y += timebase_helper.o
13 901c4eaf Blue Swirl
obj-y += misc_helper.o
14 2f5a189c Blue Swirl
obj-y += mem_helper.o