source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am @ 8f814761

4.104.114.84.95
Last change on this file since 8f814761 was e00763df, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:57:26

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • Makefile.am, configure.ac: Add glue to the powerpc/shared BSP to use the vmeUniverse VME-PCI bridge driver.
  • vme/.cvsignore, vme/Makefile.am, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 591 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
6
7# wrapup is the one that actually builds and installs the library
8#  from the individual .rel files built in other directories
9SUBDIRS = include clock console pci residual openpic irq vectors start \
10    startup bootloader motorola @exceptions@ vme wrapup
11
12include $(top_srcdir)/../../bsp.am
13
14EXTRA_DIST = BOOTING README.MVME2300 README.OTHERBOARDS README.dec21140 \
15    bsp_specs times.mcp750 times.mvme2307
16
17include $(top_srcdir)/../../../../../../automake/subdirs.am
18include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.