source: rtems/c/src/lib/libbsp/arm/acinclude.m4 @ 3b9564a

4.104.114.84.95
Last change on this file since 3b9564a was 3b9564a, checked in by Jay Monkman <jtm@…>, on 03/11/05 at 08:23:28

2005-03-11 Jay Monkman <jtm@…>

  • acinclude.m4: Removed vegaplus BSP.
  • vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am, vegaplus/bsp_specs, vegaplus/configure.ac, vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore, vegaplus/include/bsp.h, vegaplus/include/registers.h, vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S, vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h, vegaplus/start/start.S, vegaplus/startup/bspstart.c, vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
  • Property mode set to 100644
File size: 365 bytes
RevLine 
[717a34e9]1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
[949b619]2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
[717a34e9]4  case "$1" in
[949b619]5  armulator )
6    AC_CONFIG_SUBDIRS([armulator]);;
[3e8f70a]7  csb336 )
8    AC_CONFIG_SUBDIRS([csb336]);;
9  csb337 )
10    AC_CONFIG_SUBDIRS([csb337]);;
[673c750]11  edb7312 )
12    AC_CONFIG_SUBDIRS([edb7312]);;
[e8c785c6]13  gp32 )
14    AC_CONFIG_SUBDIRS([gp32]);;
[949b619]15  *)
16    AC_MSG_ERROR([Invalid BSP]);;
17  esac
18])
Note: See TracBrowser for help on using the repository browser.