source: rtems/cpukit/libmisc/Makefile.am @ a85d8ec

4.104.114.84.95
Last change on this file since a85d8ec was 9e633f5, checked in by Joel Sherrill <joel.sherrill@…>, on 06/27/02 at 21:25:14

2002-06-25 Thomas Doerfler <Thomas.Doerfler@…>

  • With the addition of serdbg, the standard polled I/O functions for gdbstub and/or printk are optionally routed to any termios-aware device driver, that supports polled mode. See libmisc/serdbg/README.
  • serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c, serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, serdbg/.cvsignore: New files.
  • configure.ac, Makefile.am, wrapup/Makefile.am: Modified to reflect addition.
  • Property mode set to 100644
File size: 294 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \
8          rtmonuse serdbg stackchk untar wrapup
9
10EXTRA_DIST = README
11
12include $(top_srcdir)/../../../automake/subdirs.am
13include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.