source: rtems/c/src/lib/libbsp/powerpc/acinclude.m4 @ 3c6fe2e

4.104.114.95
Last change on this file since 3c6fe2e was 3c6fe2e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/14/08 at 08:46:06

added haleakala BSP contributed by Michael Hamel

  • Property mode set to 100644
File size: 763 bytes
RevLine 
[717a34e9]1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
[949b619]2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
[717a34e9]4  case "$1" in
[11640757]5  ep1a )
6    AC_CONFIG_SUBDIRS([ep1a]);;
[d8ecd56c]7  gen5200 )
8    AC_CONFIG_SUBDIRS([gen5200]);;
[f610e83f]9  gen83xx )
10    AC_CONFIG_SUBDIRS([gen83xx]);;
[3c6fe2e]11  haleakala )
12    AC_CONFIG_SUBDIRS([haleakala]);;
[949b619]13  mbx8xx )
14    AC_CONFIG_SUBDIRS([mbx8xx]);;
15  motorola_powerpc )
16    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
[2b93dac9]17  mpc8260ads )
18    AC_CONFIG_SUBDIRS([mpc8260ads]);;
[c1f289e]19  mvme3100 )
20    AC_CONFIG_SUBDIRS([mvme3100]);;
[7be6ad9]21  mvme5500 )
22    AC_CONFIG_SUBDIRS([mvme5500]);;
[949b619]23  psim )
24    AC_CONFIG_SUBDIRS([psim]);;
25  score603e )
26    AC_CONFIG_SUBDIRS([score603e]);;
[cdfae2d3]27  ss555 )
28    AC_CONFIG_SUBDIRS([ss555]);;
[73cdeb6]29  virtex )
30    AC_CONFIG_SUBDIRS([virtex]);;
[949b619]31  *)
32    AC_MSG_ERROR([Invalid BSP]);;
33  esac
34])
Note: See TracBrowser for help on using the repository browser.