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

4.104.114.84.95
Last change on this file since 16e28f7 was 2b93dac9, checked in by Joel Sherrill <joel.sherrill@…>, on 10/22/01 at 13:49:08

2001-10-22 Joel Sherrill <joel@…>

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