summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-cpu-subdirs.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:57:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:57:44 +0000
commit1c16744128770fbbc3753c56ccebd9cb59827bbf (patch)
tree7fa65a29e9536cca75c0637ea67da4c62c380f3c /c/src/aclocal/rtems-cpu-subdirs.m4
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1c16744128770fbbc3753c56ccebd9cb59827bbf.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* src/aclocal/rtems-cpu-subdirs.m4: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS.
Diffstat (limited to 'c/src/aclocal/rtems-cpu-subdirs.m4')
-rw-r--r--c/src/aclocal/rtems-cpu-subdirs.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4
index 57a6377125..38ea90b1f8 100644
--- a/c/src/aclocal/rtems-cpu-subdirs.m4
+++ b/c/src/aclocal/rtems-cpu-subdirs.m4
@@ -18,6 +18,7 @@ _RTEMS_CPU_SUBDIR([h8300],[$1]);;
_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
_RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([m32c],[$1]);;
+_RTEMS_CPU_SUBDIR([m32r],[$1]);;
_RTEMS_CPU_SUBDIR([m68k],[$1]);;
_RTEMS_CPU_SUBDIR([mips],[$1]);;
_RTEMS_CPU_SUBDIR([nios2],[$1]);;