Changeset c9647b3 in rtems
- Timestamp:
- Aug 4, 1997, 9:56:00 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c74169bd
- Parents:
- 81d96577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/Makefile.in
r81d96577 rc9647b3 13 13 SRCS=README 14 14 15 # If the MVME162 is an LX model, then there are 2 z8530's to yield16 # four serial ports. The application can choose this driver by17 # using"CONSOLEX_DRIVER_TABLE_ENTRY" in the driver table definition,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, 18 18 # in place of "CONSOLE_DRIVER_TABLE_ENTRY". See consolex/cTest.c for 19 19 # an example. 20 21 ifeq ($(RTEMS_MVME162_MODEL),mvme162lx)22 CONSOLEX=consolex23 endif24 20 25 21 # wrapup is the one that actually builds and installs the library … … 27 23 # 28 24 # XXXX add tools 29 SUB_DIRS=include startup clock console $(CONSOLEX)timer wrapup25 SUB_DIRS=include startup clock console consolex timer wrapup
Note: See TracChangeset
for help on using the changeset viewer.