4.104.114.84.95
Last change
on this file since 87d3d02 was
cfefaa6e,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/23/97 at 18:48:35
|
Added TOD driver from Katsutoshi Shibuya.
|
-
Property mode set to
100644
|
File size:
657 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | top_srcdir = @top_srcdir@ |
---|
8 | VPATH=@srcdir@ |
---|
9 | |
---|
10 | include $(RTEMS_CUSTOM) |
---|
11 | include $(PROJECT_ROOT)/make/directory.cfg |
---|
12 | |
---|
13 | SRCS=README |
---|
14 | |
---|
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 | # in place of "CONSOLE_DRIVER_TABLE_ENTRY". See consolex/cTest.c for |
---|
19 | # an example. |
---|
20 | |
---|
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 |
---|
25 | SUB_DIRS=include startup clock console consolex timer tod wrapup |
---|
Note: See
TracBrowser
for help on using the repository browser.