source: rtems/c/src/lib/libbsp/bfin/acinclude.m4 @ a764d673

4.115
Last change on this file since a764d673 was b74c9cf, checked in by Chris Johns <chrisj@…>, on 04/23/14 at 04:31:55

bootstrap: Sort the contents of the prinstall.am files.

Sorting removed the variations across different host operating systems
and file systems.

  • Property mode set to 100644
File size: 287 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  TLL6527M )
6    AC_CONFIG_SUBDIRS([TLL6527M]);;
7  bf537Stamp )
8    AC_CONFIG_SUBDIRS([bf537Stamp]);;
9  eZKit533 )
10    AC_CONFIG_SUBDIRS([eZKit533]);;
11  *)
12    AC_MSG_ERROR([Invalid BSP]);;
13  esac
14])
Note: See TracBrowser for help on using the repository browser.