]> git.proxmox.com Git - mirror_qemu.git/blame - target/ppc/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' into staging
[mirror_qemu.git] / target / ppc / Makefile.objs
CommitLineData
953af181 1obj-y += cpu-models.o
00b70788 2obj-y += cpu.o
2985b86b 3obj-y += translate.o
10b46525 4ifeq ($(CONFIG_SOFTMMU),y)
356bb70e 5obj-y += machine.o mmu_helper.o mmu-hash32.o monitor.o arch_dump.o
b2899495 6obj-$(TARGET_PPC64) += mmu-hash64.o mmu-book3s-v3.o compat.o
10b46525 7endif
116dc18d 8obj-$(CONFIG_KVM) += kvm.o
cf01ba9e 9obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
7b0c0d66 10obj-y += dfp_helper.o
ad71ed68 11obj-y += excp_helper.o
bd23cd45 12obj-y += fpu_helper.o
64654ded 13obj-y += int_helper.o
6de673d4 14obj-y += timebase_helper.o
901c4eaf 15obj-y += misc_helper.o
2f5a189c 16obj-y += mem_helper.o
cc8eae8a 17obj-$(CONFIG_USER_ONLY) += user_only_helper.o
5b50e790 18obj-y += gdbstub.o