From 7059d8fc624f39816836353c64fcb5717e4beca2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Oct 2008 21:56:06 +0000 Subject: 2008-10-02 Joel Sherrill * score/cpu/Makefile.am: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS. --- cpukit/ChangeLog | 5 +++++ cpukit/score/cpu/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d43b08296e..eb6efcfbef 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2008-10-02 Joel Sherrill + + * score/cpu/Makefile.am: Add new M32R port. It is just a beginning but + the BSP is functional enough to initialize and shutdown RTEMS. + 2008-10-02 Joel Sherrill * configure.ac: Revert trash committed. Shell builds with m32c now. diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index 1bf3e63167..277ac200f8 100644 --- a/cpukit/score/cpu/Makefile.am +++ b/cpukit/score/cpu/Makefile.am @@ -4,8 +4,8 @@ SUBDIRS = @RTEMS_CPU@ -DIST_SUBDIRS = arm bfin h8300 i386 m68k m32c mips no_cpu powerpc sh sparc \ - unix +DIST_SUBDIRS = arm bfin h8300 i386 m68k m32c m32r mips no_cpu powerpc sh \ + sparc unix DIST_SUBDIRS += avr include $(top_srcdir)/automake/subdirs.am -- cgit v1.2.3