source: rtems/c/src/lib/libbsp/powerpc/acinclude.m4 @ 5a33479a

Last change on this file since 5a33479a was 88fcc6d, checked in by Till Straumann <strauman@…>, on 01/17/07 at 05:41:51
  • acinclude.m4: reverted erroneous addition of 'beatnik' subdir.
  • Property mode set to 100644
File size: 665 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  ep1a )
6    AC_CONFIG_SUBDIRS([ep1a]);;
7  gen405 )
8    AC_CONFIG_SUBDIRS([gen405]);;
9  gen5200 )
10    AC_CONFIG_SUBDIRS([gen5200]);;
11  helas403 )
12    AC_CONFIG_SUBDIRS([helas403]);;
13  mbx8xx )
14    AC_CONFIG_SUBDIRS([mbx8xx]);;
15  motorola_powerpc )
16    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
17  mpc8260ads )
18    AC_CONFIG_SUBDIRS([mpc8260ads]);;
19  mvme5500 )
20    AC_CONFIG_SUBDIRS([mvme5500]);;
21  psim )
22    AC_CONFIG_SUBDIRS([psim]);;
23  score603e )
24    AC_CONFIG_SUBDIRS([score603e]);;
25  ss555 )
26    AC_CONFIG_SUBDIRS([ss555]);;
27  *)
28    AC_MSG_ERROR([Invalid BSP]);;
29  esac
30])
Note: See TracBrowser for help on using the repository browser.