From c91e0325cc6b7019763225b44f1fea46d9533a42 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Jul 1998 19:32:01 +0000 Subject: Removed consolex from build list. This file should be obsoleted by the libchip, libio, and termios efforts. --- c/src/lib/libbsp/m68k/mvme162/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3