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

4.104.114.84.95
Last change on this file since 57ed393 was f58e8dfd, checked in by Joel Sherrill <joel.sherrill@…>, on 11/08/01 at 23:35:06

2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@…>

This modification is a submission of the modifications necessary to
support the IBM PPC405 family. This submission was reviewed by
Thomas Doerfler <Thomas.Doerfler@…> who ensured it did
not negatively impact the ppc403 BSPs. The submission and tracking
process was captured as PR50.

  • acinclude.m4: Added gen405 BSP.
  • ChangeLog?: Removed bogus comment on edit of generated file.
  • Property mode set to 100644
File size: 733 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]);;
[f58e8dfd]10  gen405 )
11    AC_CONFIG_SUBDIRS([gen405]);;
[949b619]12  helas403 )
13    AC_CONFIG_SUBDIRS([helas403]);;
14  mbx8xx )
15    AC_CONFIG_SUBDIRS([mbx8xx]);;
16  motorola_powerpc )
17    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
[2b93dac9]18  mpc8260ads )
19    AC_CONFIG_SUBDIRS([mpc8260ads]);;
[949b619]20  papyrus )
21    AC_CONFIG_SUBDIRS([papyrus]);;
22  ppcn_60x )
23    AC_CONFIG_SUBDIRS([ppcn_60x]);;
24  psim )
25    AC_CONFIG_SUBDIRS([psim]);;
26  score603e )
27    AC_CONFIG_SUBDIRS([score603e]);;
28  *)
29    AC_MSG_ERROR([Invalid BSP]);;
30  esac
31])
Note: See TracBrowser for help on using the repository browser.