summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:56:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:56:06 +0000
commit7059d8fc624f39816836353c64fcb5717e4beca2 (patch)
treeb1aca53d9b577419a294b97c36cd2a154e554544 /cpukit/score/cpu/Makefile.am
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7059d8fc624f39816836353c64fcb5717e4beca2.tar.bz2
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.
Diffstat (limited to 'cpukit/score/cpu/Makefile.am')
-rw-r--r--cpukit/score/cpu/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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