Statistics
| Branch: | Revision:

root / target-ppc / Makefile.objs @ 5b50e790

History | View | Annotate | Download (433 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 cc8eae8a David Gibson
obj-y += machine.o mmu_helper.o mmu-hash32.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 4be1db86 Alexander Graf
obj-$(CONFIG_NO_KVM) += kvm-stub.o
9 ad71ed68 Blue Swirl
obj-y += excp_helper.o
10 bd23cd45 Blue Swirl
obj-y += fpu_helper.o
11 64654ded Blue Swirl
obj-y += int_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
15 cc8eae8a David Gibson
obj-$(CONFIG_USER_ONLY) += user_only_helper.o
16 5b50e790 Andreas Färber
obj-y += gdbstub.o