]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/Makefile.objs
rng-egd: remove redundant free
[qemu.git] / target-ppc / Makefile.objs
index 94d6d0c43b5ac28759528d6f2117d5ec583b8958..3cb23e0f118c99b861953e5a50c88b1dd380e56b 100644 (file)
@@ -2,7 +2,7 @@ obj-y += cpu-models.o
 obj-y += translate.o
 ifeq ($(CONFIG_SOFTMMU),y)
 obj-y += machine.o mmu_helper.o mmu-hash32.o
-obj-$(TARGET_PPC64) += mmu-hash64.o
+obj-$(TARGET_PPC64) += mmu-hash64.o arch_dump.o
 endif
 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
 obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o