tcg-ppc64: bswap64 rotates output 32 bits
[qemu/ar7.git] / target-ppc / Makefile.objs
blob2c43c34a5cbe042e08b74335457b9eea514f4a70
1 obj-y += cpu-models.o
2 obj-y += translate.o
3 ifeq ($(CONFIG_SOFTMMU),y)
4 obj-y += machine.o mmu_helper.o mmu-hash32.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 += timebase_helper.o
12 obj-y += misc_helper.o
13 obj-y += mem_helper.o
14 obj-$(CONFIG_USER_ONLY) += user_only_helper.o