source: rtems/c/src/lib/libbsp/powerpc/acinclude.m4 @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was cdfae2d3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/04 at 15:50:56

2004-04-13 Ralf Corsepius <ralf_corsepius@…>

  • acinclude.m4: Regenerate to include ss555.
  • Property mode set to 100644
File size: 671 bytes
RevLine 
[717a34e9]1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
[949b619]2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
[717a34e9]4  case "$1" in
[949b619]5  dmv177 )
6    AC_CONFIG_SUBDIRS([dmv177]);;
7  eth_comm )
8    AC_CONFIG_SUBDIRS([eth_comm]);;
[f58e8dfd]9  gen405 )
10    AC_CONFIG_SUBDIRS([gen405]);;
[949b619]11  helas403 )
12    AC_CONFIG_SUBDIRS([helas403]);;
13  mbx8xx )
14    AC_CONFIG_SUBDIRS([mbx8xx]);;
15  motorola_powerpc )
16    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
[2b93dac9]17  mpc8260ads )
18    AC_CONFIG_SUBDIRS([mpc8260ads]);;
[949b619]19  ppcn_60x )
20    AC_CONFIG_SUBDIRS([ppcn_60x]);;
21  psim )
22    AC_CONFIG_SUBDIRS([psim]);;
23  score603e )
24    AC_CONFIG_SUBDIRS([score603e]);;
[cdfae2d3]25  ss555 )
26    AC_CONFIG_SUBDIRS([ss555]);;
[949b619]27  *)
28    AC_MSG_ERROR([Invalid BSP]);;
29  esac
30])
Note: See TracBrowser for help on using the repository browser.