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

5
Last change on this file since d5154d0f was 2858939a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/09/15 at 11:03:49

bsps: Delete superfluous bsp_pretasking_hook()

Use the bsp_predriver_hook() instead.

Update #2408.

  • 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  bf537Stamp )
6    AC_CONFIG_SUBDIRS([bf537Stamp]);;
7  eZKit533 )
8    AC_CONFIG_SUBDIRS([eZKit533]);;
9  TLL6527M )
10    AC_CONFIG_SUBDIRS([TLL6527M]);;
11  *)
12    AC_MSG_ERROR([Invalid BSP]);;
13  esac
14])
Note: See TracBrowser for help on using the repository browser.