summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-20 21:59:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-20 21:59:12 +0000
commitf3ceb2bf62c3583534a4a47fdba4b372899cdd99 (patch)
treea86fc859968bf134a8f4c9313fe363d5f78866d0 /c
parent2003-02-20 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-f3ceb2bf62c3583534a4a47fdba4b372899cdd99.tar.bz2
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
PR 349/bsps * configure.ac: Add glue to the powerpc/shared BSP to use the vmeUniverse VME-PCI bridge driver.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog6
-rw-r--r--c/src/lib/libbsp/powerpc/configure.ac3
2 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 7972e326ca..56768694b6 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-20 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 349/bsps
+ * configure.ac: Add glue to the powerpc/shared BSP
+ to use the vmeUniverse VME-PCI bridge driver.
+
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
diff --git a/c/src/lib/libbsp/powerpc/configure.ac b/c/src/lib/libbsp/powerpc/configure.ac
index 7acfd0ce6f..48fafb997e 100644
--- a/c/src/lib/libbsp/powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/configure.ac
@@ -34,5 +34,6 @@ shared/pci/Makefile
shared/residual/Makefile
shared/start/Makefile
shared/startup/Makefile
-shared/vectors/Makefile])
+shared/vectors/Makefile
+shared/vme/Makefile])
AC_OUTPUT