]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/Makefile.objs
rng-egd: remove redundant free
[qemu.git] / target-ppc / Makefile.objs
index dde916c685cb24c0685015d11e2fc77625370b01..3cb23e0f118c99b861953e5a50c88b1dd380e56b 100644 (file)
@@ -1,9 +1,16 @@
-obj-y += translate.o op_helper.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 += op_helper.o helper.o
+obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
 obj-y += excp_helper.o
 obj-y += fpu_helper.o
-
-$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+obj-y += int_helper.o
+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