source: rtems/c/src/lib/libbsp/m68k/mvme162/Makefile.in @ c9647b3

4.104.114.84.95
Last change on this file since c9647b3 was c9647b3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/97 at 21:56:00

consolex built for all models.

  • Property mode set to 100644
File size: 653 bytes
RevLine 
[254b4450]1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
13SRCS=README
14
[c9647b3]15# The MVME162 has 2 z8530's to yield four serial ports.
16# The application can access these by referencing the consolex driver
17# with "CONSOLEX_DRIVER_TABLE_ENTRY" in the driver table definition,
[9deb5b8b]18# in place of "CONSOLE_DRIVER_TABLE_ENTRY".  See consolex/cTest.c for
19# an example.
20
[254b4450]21# wrapup is the one that actually builds and installs the library
22#  from the individual .rel files built in other directories
23#
24# XXXX add tools
[c9647b3]25SUB_DIRS=include startup clock console consolex timer wrapup
Note: See TracBrowser for help on using the repository browser.