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

4.104.114.84.95
Last change on this file since f610e83f was f610e83f, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 16:00:28

compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many different versions of new exception handling code to shared sources.

  • Property mode set to 100644
File size: 757 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  gen83xx )
12    AC_CONFIG_SUBDIRS([gen83xx]);;
13  helas403 )
14    AC_CONFIG_SUBDIRS([helas403]);;
15  mbx8xx )
16    AC_CONFIG_SUBDIRS([mbx8xx]);;
17  motorola_powerpc )
18    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
19  mpc8260ads )
20    AC_CONFIG_SUBDIRS([mpc8260ads]);;
21  mvme5500 )
22    AC_CONFIG_SUBDIRS([mvme5500]);;
23  psim )
24    AC_CONFIG_SUBDIRS([psim]);;
25  score603e )
26    AC_CONFIG_SUBDIRS([score603e]);;
27  ss555 )
28    AC_CONFIG_SUBDIRS([ss555]);;
29  virtex )
30    AC_CONFIG_SUBDIRS([virtex]);;
31  *)
32    AC_MSG_ERROR([Invalid BSP]);;
33  esac
34])
Note: See TracBrowser for help on using the repository browser.