]> git.proxmox.com Git - qemu.git/blame - target-ppc/Makefile.objs
rng-egd: remove redundant free
[qemu.git] / target-ppc / Makefile.objs
CommitLineData
953af181 1obj-y += cpu-models.o
2985b86b 2obj-y += translate.o
10b46525 3ifeq ($(CONFIG_SOFTMMU),y)
cc8eae8a 4obj-y += machine.o mmu_helper.o mmu-hash32.o
e62fbc54 5obj-$(TARGET_PPC64) += mmu-hash64.o arch_dump.o
10b46525 6endif
7c760cbc 7obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
cf01ba9e 8obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
ad71ed68 9obj-y += excp_helper.o
bd23cd45 10obj-y += fpu_helper.o
64654ded 11obj-y += int_helper.o
6de673d4 12obj-y += timebase_helper.o
901c4eaf 13obj-y += misc_helper.o
2f5a189c 14obj-y += mem_helper.o
cc8eae8a 15obj-$(CONFIG_USER_ONLY) += user_only_helper.o
5b50e790 16obj-y += gdbstub.o