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

4.115
Last change on this file since 91c250fc was 275a9bf, checked in by Ben Gras <beng@…>, on 03/14/15 at 21:29:07

Revert "autoconf changes"

This reverts commit dbe85952f9adac28a2dc84473eac24ae2c85e260.

Accidentally merged.

  • Property mode set to 100644
File size: 287 bytes
RevLine 
[8d41236]1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
[275a9bf]5  TLL6527M )
6    AC_CONFIG_SUBDIRS([TLL6527M]);;
[e6233d25]7  bf537Stamp )
8    AC_CONFIG_SUBDIRS([bf537Stamp]);;
[8d41236]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.