summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/powerpc/configure.ac')
-rw-r--r--c/src/exec/score/cpu/powerpc/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/powerpc/configure.ac b/c/src/exec/score/cpu/powerpc/configure.ac
index 6b2fabddb7..ac055639bf 100644
--- a/c/src/exec/score/cpu/powerpc/configure.ac
+++ b/c/src/exec/score/cpu/powerpc/configure.ac
@@ -27,5 +27,6 @@ RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
-shared/Makefile])
+rtems/Makefile
+rtems/score/Makefile])
AC_OUTPUT