source: rtems/c/src/lib/libbsp/moxie/acinclude.m4 @ 991fdb33

4.115
Last change on this file since 991fdb33 was 032e5e4, checked in by Anthony Green <green@…>, on 02/27/13 at 18:13:20

Add sample Moxie BSP for GDB sim

Signed-off-by: Anthony Green <green@…>

  • Property mode set to 100644
File size: 185 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$1" in
5  moxiesim )
6    AC_CONFIG_SUBDIRS([moxiesim]);;
7  *)
8    AC_MSG_ERROR([Invalid BSP]);;
9  esac
10])
Note: See TracBrowser for help on using the repository browser.