From 6f71dcb7cdaff53d8b44ea7c13ddb48d274663e7 Mon Sep 17 00:00:00 2001 From: Hesham ALMatary Date: Thu, 21 May 2015 17:53:53 +0100 Subject: 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. --- c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/aclocal') diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4 index 9593d34a6c..524edac41e 100644 --- a/c/src/aclocal/rtems-cpu-subdirs.m4 +++ b/c/src/aclocal/rtems-cpu-subdirs.m4 @@ -12,6 +12,7 @@ AC_DEFUN([RTEMS_CPU_SUBDIRS], case $RTEMS_CPU in _RTEMS_CPU_SUBDIR([arm],[$1]);; _RTEMS_CPU_SUBDIR([bfin],[$1]);; +_RTEMS_CPU_SUBDIR([epiphany],[$1]);; _RTEMS_CPU_SUBDIR([avr],[$1]);; _RTEMS_CPU_SUBDIR([h8300],[$1]);; _RTEMS_CPU_SUBDIR([i386],[$1]);; -- cgit v1.2.3