2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/cpu/Makefile.am: Add new M32R port. It is just a beginning but
	the BSP is functional enough to initialize and shutdown RTEMS.
This commit is contained in:
Joel Sherrill
2008-10-02 21:56:06 +00:00
parent 463454b084
commit 7059d8fc62
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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 <joel.sherrill@oarcorp.com> 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Revert trash committed. Shell builds with m32c now. * configure.ac: Revert trash committed. Shell builds with m32c now.

View File

@@ -4,8 +4,8 @@
SUBDIRS = @RTEMS_CPU@ SUBDIRS = @RTEMS_CPU@
DIST_SUBDIRS = arm bfin h8300 i386 m68k m32c mips no_cpu powerpc sh sparc \ DIST_SUBDIRS = arm bfin h8300 i386 m68k m32c m32r mips no_cpu powerpc sh \
unix sparc unix
DIST_SUBDIRS += avr DIST_SUBDIRS += avr
include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/subdirs.am