summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 13:24:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 13:24:15 +0000
commit53322718e4c6dbf5539484d68aab4bfd04d72112 (patch)
treed110c3e5d18213ed661fc660081ae2ee58809f67 /c
parent2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-53322718e4c6dbf5539484d68aab4bfd04d72112.tar.bz2
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having removed shared/*/Makefile.am
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/configure.ac15
2 files changed, 5 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index c74e8e5177..2ebee8345f 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Reflect having removed shared/*/Makefile.am
+
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
diff --git a/c/src/lib/libbsp/powerpc/configure.ac b/c/src/lib/libbsp/powerpc/configure.ac
index 931b5a3ef0..4ac8078dd1 100644
--- a/c/src/lib/libbsp/powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/configure.ac
@@ -21,18 +21,5 @@ AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
-shared/Makefile
-shared/bootloader/Makefile
-shared/clock/Makefile
-shared/console/Makefile
-shared/include/Makefile
-shared/irq/Makefile
-shared/motorola/Makefile
-shared/openpic/Makefile
-shared/pci/Makefile
-shared/residual/Makefile
-shared/start/Makefile
-shared/startup/Makefile
-shared/vectors/Makefile
-shared/vme/Makefile])
+shared/Makefile])
AC_OUTPUT