source: rtems/c/src/lib/libbsp/arm/acinclude.m4 @ d4f6b30

4.104.115
Last change on this file since d4f6b30 was d4f6b30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 21:49:32

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
  • Property mode set to 100644
File size: 584 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  csb336 )
6    AC_CONFIG_SUBDIRS([csb336]);;
7  csb337 )
8    AC_CONFIG_SUBDIRS([csb337]);;
9  edb7312 )
10    AC_CONFIG_SUBDIRS([edb7312]);;
11  gba-base )
12    AC_CONFIG_SUBDIRS([gba-base]);;
13  gba )
14    AC_CONFIG_SUBDIRS([gba]);;
15  gp32 )
16    AC_CONFIG_SUBDIRS([gp32]);;
17  lpc24xx )
18    AC_CONFIG_SUBDIRS([lpc24xx]);;
19  nds )
20    AC_CONFIG_SUBDIRS([nds]);;
21  rtl22xx )
22    AC_CONFIG_SUBDIRS([rtl22xx]);;
23  smdk2410 )
24    AC_CONFIG_SUBDIRS([smdk2410]);;
25  *)
26    AC_MSG_ERROR([Invalid BSP]);;
27  esac
28])
Note: See TracBrowser for help on using the repository browser.