summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/configure.ac')
-rw-r--r--cpukit/score/cpu/powerpc/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/configure.ac b/cpukit/score/cpu/powerpc/configure.ac
index 6b2fabddb7..ac055639bf 100644
--- a/cpukit/score/cpu/powerpc/configure.ac
+++ b/cpukit/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