summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/Makefile.am
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-01-31 03:57:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-01-31 03:57:55 +0000
commit32a0058cc1ff2b793ed9a3f344e73b35435c6e11 (patch)
tree19f49ceb3fa59954bc566d078eaf977843b0ada6 /c/src/lib/libbsp/powerpc/Makefile.am
parent2007-01-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-32a0058cc1ff2b793ed9a3f344e73b35435c6e11.tar.bz2
2007-01-29 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/VMEConfig.h: Added more comments about the semantics of the various symbols BSPs should define in this file. Removed declarations of BSP_VMEInit(), BSP_VMEIrqMgrInstall(). * shared/vme/vmeconfig.c: declare BSP_VMEInit(), BSP_VMEIrqMgrInstall() here. * Makefile.am, shared/vme/README, * shared/vme/vme_universe_dma.c (added): Added glue code implementing the VMEDMA.h API using the vmeUniverse driver.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/Makefile.am
index f92464053a..0f9698030a 100644
--- a/c/src/lib/libbsp/powerpc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/Makefile.am
@@ -63,7 +63,7 @@ EXTRA_DIST += shared/vectors/vectors_init.c shared/vectors/vectors.S
## shared/vme
EXTRA_DIST += shared/vme/vmeconfig.c shared/vme/VMEConfig.h
- shared/vme/README shared/vme/vme_universe.c
+ shared/vme/README shared/vme/vme_universe.c shared/vme/vme_universe_dma.c
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am