]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/Makefile.objs
q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic
[qemu.git] / target-ppc / Makefile.objs
index f78161004e5086720f31739d45458ab7f4bbaed2..237a0ed4f7f5494fba401f65dea6293470b3b14d 100644 (file)
@@ -1,6 +1,12 @@
-obj-y += translate.o op_helper.o helper.o
+obj-y += translate.o helper.o
 obj-$(CONFIG_SOFTMMU) += machine.o
 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
-obj-y += op_helper.o helper.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+obj-y += 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