]> Git Repo - qemu.git/blobdiff - target-ppc/Makefile.objs
target-arm: Correct condition for taking VIRQ and VFIQ
[qemu.git] / target-ppc / Makefile.objs
index 237a0ed4f7f5494fba401f65dea6293470b3b14d..a7ae392cc00f88d0aca298fb39b09b5863c0fe42 100644 (file)
@@ -1,12 +1,17 @@
-obj-y += translate.o helper.o
-obj-$(CONFIG_SOFTMMU) += machine.o
+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 arch_dump.o
+endif
 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
-obj-y += helper.o
+obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
+obj-y += dfp_helper.o
 obj-y += excp_helper.o
 obj-y += fpu_helper.o
 obj-y += int_helper.o
-obj-y += mmu_helper.o
 obj-y += timebase_helper.o
 obj-y += misc_helper.o
 obj-y += mem_helper.o
-obj-y += mpic_helper.o
+obj-$(CONFIG_USER_ONLY) += user_only_helper.o
+obj-y += gdbstub.o
This page took 0.024318 seconds and 4 git commands to generate.