Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190702' into staging
[qemu/ar7.git] / target / ppc / Makefile.objs
blobe8fa18ce13d118650380283e6abab27dbe6bfcda
1 obj-y += cpu-models.o
2 obj-y += cpu.o
3 obj-y += translate.o
4 ifeq ($(CONFIG_SOFTMMU),y)
5 obj-y += machine.o mmu_helper.o mmu-hash32.o monitor.o arch_dump.o
6 obj-$(TARGET_PPC64) += mmu-hash64.o mmu-book3s-v3.o compat.o
7 obj-$(TARGET_PPC64) += mmu-radix64.o
8 endif
9 obj-$(CONFIG_KVM) += kvm.o
10 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
11 obj-y += dfp_helper.o
12 obj-y += excp_helper.o
13 obj-y += fpu_helper.o
14 obj-y += int_helper.o
15 obj-y += timebase_helper.o
16 obj-y += misc_helper.o
17 obj-y += mem_helper.o
18 obj-y += ../../libdecnumber/
19 obj-$(CONFIG_USER_ONLY) += user_only_helper.o
20 obj-y += gdbstub.o