summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/Makefile.am
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-04 08:10:42 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-04 08:10:42 +0000
commit6d3ff66f7a7480edabac28dece38f3381460b99f (patch)
tree8bebcd1ae8a3a2782350a1ad29734856271f34e7 /c/src/lib/libbsp/powerpc/Makefile.am
parentCosmetics (diff)
downloadrtems-6d3ff66f7a7480edabac28dece38f3381460b99f.tar.bz2
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/README, shared/vme/vme_universe.c: New files. * Makefile.am, motorola_powerpc/Makefile.am, mvme5500/vme/vmeconfig.c, shared/vme/VME.h, shared/vme/VMEConfig.h, shared/vme/vmeconfig.c: Several VME related upgrades and fixes, hopefully addressing PR#835: Separated API, API-implementation by a specific VME bridge driver and BSP-specific configuration of the driver into different files, describing their purpose in a README. All of these changes use the upgraded vmeUniverse.c driver.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/Makefile.am
index 5f115574e8..4b1efc7dcd 100644
--- a/c/src/lib/libbsp/powerpc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/Makefile.am
@@ -63,6 +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/VME.h
+ shared/vme/README shared/vme/vme_universe.c
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am