Index: kernel/arch/ppc32/src/ppc32.c
===================================================================
--- kernel/arch/ppc32/src/ppc32.c	(revision 516ff92eec3001ee20baaf6f01de87b1ffef0b48)
+++ kernel/arch/ppc32/src/ppc32.c	(revision e500785d7af1692b70a55d90f5ddfc57c4d58cc8)
@@ -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;
+}
+
 /** @}
  */
