]> Git Repo - qemu.git/blame - target/ppc/Makefile.objs
target/s390x: change CPU type name to "s390x-cpu"
[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
d5fee0bb 7obj-$(TARGET_PPC64) += mmu-radix64.o
10b46525 8endif
116dc18d 9obj-$(CONFIG_KVM) += kvm.o
cf01ba9e 10obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
7b0c0d66 11obj-y += dfp_helper.o
ad71ed68 12obj-y += excp_helper.o
bd23cd45 13obj-y += fpu_helper.o
64654ded 14obj-y += int_helper.o
6de673d4 15obj-y += timebase_helper.o
901c4eaf 16obj-y += misc_helper.o
2f5a189c 17obj-y += mem_helper.o
7271a819 18obj-y += ../../libdecnumber/
cc8eae8a 19obj-$(CONFIG_USER_ONLY) += user_only_helper.o
5b50e790 20obj-y += gdbstub.o
This page took 0.316972 seconds and 4 git commands to generate.