source: rtems/c/src/lib/libbsp/sparc/acinclude.m4 @ cdd0fc8a

Last change on this file since cdd0fc8a was 774515b, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/05 at 19:26:31

2005-10-05 Jiri Gaisler <jiri@…>

Edvin Catovic <edvin@…>
Konrad Eisele <konrad@…>

PR 827/bsps

  • .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
  • leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README, leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore, leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore, leon/console/Makefile.am, leon/console/console.c, leon/console/consolereserveresources.c, leon/console/debugputs.c, leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am, leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore, leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h, leon/include/leon.h, leon/leon_open_eth/.cvsignore, leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c, leon/start/.cvsignore, leon/start/Makefile.am, leon/startup/.cvsignore, leon/startup/Makefile.am, leon/startup/boardinit.S, leon/startup/linkcmds, leon/startup/setvec.c, leon/startup/spurious.c, leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c, leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am, leon/tools/configure.ac, leon/tools/runtest.in, leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed.
  • Property mode set to 100644
File size: 323 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  erc32 )
7    AC_CONFIG_SUBDIRS([erc32]);;
[774515b]8  leon2 )
9    AC_CONFIG_SUBDIRS([leon2]);;
10  leon3 )
11    AC_CONFIG_SUBDIRS([leon3]);;
[949b619]12  *)
13    AC_MSG_ERROR([Invalid BSP]);;
14  esac
15])
Note: See TracBrowser for help on using the repository browser.