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

4.104.114.84.95
Last change on this file since 81d96577 was a7fcfd0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/97 at 20:56:24

Corrected typo.

  • Property mode set to 100644
File size: 726 bytes
Line 
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
15# If the MVME162 is an LX model, then there are 2 z8530's to yield
16# four serial ports.  The application can choose this driver by
17# using "CONSOLEX_DRIVER_TABLE_ENTRY" in the driver table definition,
18# in place of "CONSOLE_DRIVER_TABLE_ENTRY".  See consolex/cTest.c for
19# an example.
20
21ifeq ($(RTEMS_MVME162_MODEL),mvme162lx)
22CONSOLEX=consolex
23endif
24
25# wrapup is the one that actually builds and installs the library
26#  from the individual .rel files built in other directories
27#
28# XXXX add tools
29SUB_DIRS=include startup clock console $(CONSOLEX) timer wrapup
Note: See TracBrowser for help on using the repository browser.