summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:55:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:55:27 +0000
commitb0f78e882aa2a41ba2dfd06284d290c0d1f20513 (patch)
tree0da404e2a22a66e3cbfa6ffa46e65076c0cbe937 /cpukit/score/cpu/powerpc/configure.ac
parent2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b0f78e882aa2a41ba2dfd06284d290c0d1f20513.tar.bz2
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: New. * rtems/.cvsignore: New. * rtems/score/Makefile.am: New. * rtems/score/.cvsignore: New. * rtems/score/ppc.h: Relocated from shared/. * rtems/score/ppctypes.h: Relocated from shared/. * asm.h: Relocated from shared/. * shared/Makefile.am: Removed. * shared/asm.h: Removed. * shared/ppc.h: Removed. * shared/ppctypes.h: Removed. * shared/.cvsignore: Removed. * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
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