]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/Makefile.objs
ppc: Split exception helpers
[qemu.git] / target-ppc / Makefile.objs
index f78161004e5086720f31739d45458ab7f4bbaed2..c0f7e76d3596db0fa3336715f55e1286256b5020 100644 (file)
@@ -2,5 +2,7 @@ obj-y += translate.o op_helper.o helper.o
 obj-$(CONFIG_SOFTMMU) += machine.o
 obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
 obj-y += op_helper.o helper.o
+obj-y += excp_helper.o
 
+$(obj)/excp_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)