source: rtems/c/src/lib/libbsp/m68k/mvme162/Makefile.am @ 23090f33

4.104.114.84.95
Last change on this file since 23090f33 was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 831 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7# consolex is a predecessor of the termios and libchip concepts.
8# It is no longer being compiled into the source.
9# The MVME162 has 2 z8530's to yield four serial ports.
10# The application can access these by referencing the consolex driver
11# with "CONSOLEX_DRIVER_TABLE_ENTRY" in the driver table definition,
12# in place of "CONSOLE_DRIVER_TABLE_ENTRY".  See consolex/cTest.c for
13# an example.
14
15# wrapup is the one that actually builds and installs the library
16#  from the individual .rel files built in other directories
17SUBDIRS = . include start startup clock console timer tod network wrapup tools
18
19include $(top_srcdir)/../../bsp.am
20
21EXTRA_DIST = bsp_specs times
22
23include $(top_srcdir)/../../../../automake/subdirs.am
24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.