source: rtems/c/src/lib/libbsp/powerpc/shared/Makefile.am @ 99c31f85

4.104.114.84.95
Last change on this file since 99c31f85 was 4f3e4f33, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/03 at 21:32:07

2003-02-20 Till Straumann <strauman@…>

PR 349/bsps

  • console/console.c, console/uart.c, console/uart.h: implement IOCTLs for the serial (UART) console to install/retrieve a BREAK-IRQ callback. The callback routine (if installed) is invoked from the UART ISR when a BREAK interrupt is detected. This can be used e.g. to enforce a "hotkey" reboot a la vxWorks Ctrl-X (although we use the serial line break condition) NOTE: The callback runs in ISR context.
  • Property mode set to 100644
File size: 259 bytes
Line 
1##
2## $Id$
3##
4
5
6if need_shared
7SUBDIRS = clock console include pci residual openpic irq vectors start \
8    startup motorola bootloader vme
9endif
10
11include $(top_srcdir)/../../../../../automake/subdirs.am
12include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.