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

4.104.114.95
Last change on this file since 4b23c94 was 4b23c94, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 08/26/08 at 11:55:31

various changes to gen83xx BSP and others

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