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

4.104.114.84.95
Last change on this file since 2ec559e was 2ec559e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/30/04 at 05:19:00

2004-12-30 Ralf Corsepius <ralf.corsepius@…>

  • acinclude.m4: Reflect eth_comm having been removed.
  • Property mode set to 100644
File size: 671 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  gen405 )
8    AC_CONFIG_SUBDIRS([gen405]);;
9  helas403 )
10    AC_CONFIG_SUBDIRS([helas403]);;
11  mbx8xx )
12    AC_CONFIG_SUBDIRS([mbx8xx]);;
13  motorola_powerpc )
14    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
15  mpc8260ads )
16    AC_CONFIG_SUBDIRS([mpc8260ads]);;
17  mvme5500 )
18    AC_CONFIG_SUBDIRS([mvme5500]);;
19  ppcn_60x )
20    AC_CONFIG_SUBDIRS([ppcn_60x]);;
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.