]> Git Repo - qemu.git/blobdiff - target-ppc/Makefile.objs
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
[qemu.git] / target-ppc / Makefile.objs
index 2c43c34a5cbe042e08b74335457b9eea514f4a70..3cb23e0f118c99b861953e5a50c88b1dd380e56b 100644 (file)
@@ -2,9 +2,10 @@ 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
 obj-y += excp_helper.o
 obj-y += fpu_helper.o
 obj-y += int_helper.o
@@ -12,3 +13,4 @@ obj-y += timebase_helper.o
 obj-y += misc_helper.o
 obj-y += mem_helper.o
 obj-$(CONFIG_USER_ONLY) += user_only_helper.o
+obj-y += gdbstub.o
This page took 0.023124 seconds and 4 git commands to generate.