source: rtems/c/src/lib/libbsp/epiphany/acinclude.m4 @ 78c9fe8

5
Last change on this file since 78c9fe8 was 6f71dcb7, checked in by Hesham ALMatary <heshamelmatary@…>, on 05/21/15 at 16:53:53

Epiphany: Add the first epiphany_sim BSP v4

This BSP in intended to run on the simulator that should be built
from RSB. When building RTEMS for Epiphany --disable-networking must
be provided part of the configure command.

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