summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-23 19:32:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-23 19:32:01 +0000
commitc91e0325cc6b7019763225b44f1fea46d9533a42 (patch)
treec1328bd54c0cb3080dfebb699729f857d14d706d
parentFix from Chris Johns <ccj@acm.org>. Comments: (diff)
downloadrtems-c91e0325cc6b7019763225b44f1fea46d9533a42.tar.bz2
Removed consolex from build list. This file should be obsoleted by the
libchip, libio, and termios efforts.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/Makefile.in
index c2a39d2801..ab75c5dafa 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.in
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.in
@@ -13,6 +13,8 @@ include $(RTEMS_ROOT)/make/directory.cfg
SRCS=README
+# consolex is a predecessor of the termios and libchip concepts.
+# It is no longer being compiled into the source.
# The MVME162 has 2 z8530's to yield four serial ports.
# The application can access these by referencing the consolex driver
# with "CONSOLEX_DRIVER_TABLE_ENTRY" in the driver table definition,
@@ -23,4 +25,4 @@ SRCS=README
# from the individual .rel files built in other directories
#
# XXXX add tools
-SUB_DIRS=include startup clock console consolex timer tod wrapup
+SUB_DIRS=include startup clock console timer tod wrapup