source: rtems/c/src/lib/libbsp/powerpc/shared/Makefile.am @ bd91ff4e

Last change on this file since bd91ff4e was bd91ff4e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/10/04 at 22:15:01

2004-11-10 Richard Campbell <richard.campbell@…>

  • ChangeLog?, Makefile.am, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h, console/console.c, console/inch.c, console/reboot.c, console/uart.c, console/uart.h, include/bsp.h, irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c, motorola/motorola.h, openpic/openpic.c, openpic/openpic.h, pci/detect_raven_bridge.c, pci/pci.c, pci/pci.h, start/start.S, startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup.
  • tod/.cvsignore, tod/Makefile.am, tod/todcfg.c: New files.
  • Property mode set to 100644
File size: 263 bytes
Line 
1##
2## $Id$
3##
4
5
6if need_shared
7SUBDIRS = clock console include pci residual openpic irq vectors start \
8    startup motorola bootloader vme tod
9endif
10
11include $(top_srcdir)/../../../../../automake/subdirs.am
12include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.