source: rtems/c/src/lib/libbsp/powerpc/acinclude.m4 @ 7be6ad9

4.104.114.84.95
Last change on this file since 7be6ad9 was 7be6ad9, checked in by Eric Norum <WENorum@…>, on 10/20/04 at 15:21:05

Add MVME550 BSP

  • Property mode set to 100644
File size: 720 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  dmv177 )
6    AC_CONFIG_SUBDIRS([dmv177]);;
7  eth_comm )
8    AC_CONFIG_SUBDIRS([eth_comm]);;
9  gen405 )
10    AC_CONFIG_SUBDIRS([gen405]);;
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  ppcn_60x )
22    AC_CONFIG_SUBDIRS([ppcn_60x]);;
23  psim )
24    AC_CONFIG_SUBDIRS([psim]);;
25  score603e )
26    AC_CONFIG_SUBDIRS([score603e]);;
27  ss555 )
28    AC_CONFIG_SUBDIRS([ss555]);;
29  *)
30    AC_MSG_ERROR([Invalid BSP]);;
31  esac
32])
Note: See TracBrowser for help on using the repository browser.