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

4.104.114.84.95
Last change on this file since 717a34e9 was 717a34e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 16:37:03

2004-02-12 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Regenerate.
  • Property mode set to 100644
File size: 340 bytes
RevLine 
[717a34e9]1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
[949b619]2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
[717a34e9]4  case "$1" in
[949b619]5  arm_bare_bsp )
6    AC_CONFIG_SUBDIRS([arm_bare_bsp]);;
7  armulator )
8    AC_CONFIG_SUBDIRS([armulator]);;
[673c750]9  edb7312 )
10    AC_CONFIG_SUBDIRS([edb7312]);;
[949b619]11  vegaplus )
12    AC_CONFIG_SUBDIRS([vegaplus]);;
13  *)
14    AC_MSG_ERROR([Invalid BSP]);;
15  esac
16])
Note: See TracBrowser for help on using the repository browser.