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

4.104.114.84.95
Last change on this file since 69ed59f was 979657d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/01 at 18:16:24

2001-11-20 Joel Sherrill <joel@…>

  • acinclude.m4: papyrus reference removed.
  • papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am, papyrus/README, papyrus/bsp_specs, papyrus/configure.ac, papyrus/times, papyrus/dlentry/.cvsignore, papyrus/dlentry/Makefile.am, papyrus/dlentry/dlentry.S, papyrus/flashentry/.cvsignore, papyrus/flashentry/Makefile.am, papyrus/flashentry/flashentry.S, papyrus/include/.cvsignore, papyrus/include/Makefile.am, papyrus/include/bsp.h, papyrus/include/coverhd.h, papyrus/startup/.cvsignore, papyrus/startup/Makefile.am, papyrus/startup/bspclean.c, papyrus/startup/bspstart.c, papyrus/startup/linkcmds, papyrus/startup/setvec.c, papyrus/wrapup/.cvsignore, papyrus/wrapup/Makefile.am: Deleted.
  • Property mode set to 100644
File size: 686 bytes
Line 
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  gen405 )
11    AC_CONFIG_SUBDIRS([gen405]);;
12  helas403 )
13    AC_CONFIG_SUBDIRS([helas403]);;
14  mbx8xx )
15    AC_CONFIG_SUBDIRS([mbx8xx]);;
16  motorola_powerpc )
17    AC_CONFIG_SUBDIRS([motorola_powerpc]);;
18  mpc8260ads )
19    AC_CONFIG_SUBDIRS([mpc8260ads]);;
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.