Index: kernel/arch/ppc32/src/ppc32.c
===================================================================
--- kernel/arch/ppc32/src/ppc32.c	(revision 516ff92eec3001ee20baaf6f01de87b1ffef0b48)
+++ kernel/arch/ppc32/src/ppc32.c	(revision 687c3cd5921e1d47b5311bdcf4dfbc5f55ee093b)
@@ -168,4 +168,18 @@
 }
 
+/** Construct function pointer
+ *
+ * @param fptr   function pointer structure
+ * @param addr   function address
+ * @param caller calling function address
+ *
+ * @return address of the function pointer
+ *
+ */
+void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
+{
+	return addr;
+}
+
 /** @}
  */
