summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-23 19:39:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-23 19:39:51 +0000
commitb78d94debdbf0a7019574cdc0938454d7cef8e43 (patch)
tree529ccafa9758a57cbd5553903c00b2d75bce1492 /cpukit
parent2006-10-23 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b78d94debdbf0a7019574cdc0938454d7cef8e43.tar.bz2
2006-10-23 Joel Sherrill <joel@OARcorp.com>
* configure.ac, score/cpu/Makefile.am: Add bfin.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac1
-rw-r--r--cpukit/score/cpu/Makefile.am2
3 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7a7d065010..d4edb25f9e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-23 Joel Sherrill <joel@OARcorp.com>
+
+ * configure.ac, score/cpu/Makefile.am: Add bfin.
+
2006-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-inlines.m4, aclocal/prog-gnat.m4: Remove (Unused).
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 5d4fbea7cf..15d05774bd 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -279,6 +279,7 @@ sapi/Makefile
score/Makefile
score/cpu/Makefile
score/cpu/arm/Makefile
+score/cpu/bfin/Makefile
score/cpu/avr/Makefile
score/cpu/c4x/Makefile
score/cpu/h8300/Makefile
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index fa2e9d16c8..95909835c8 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -4,7 +4,7 @@
SUBDIRS = @RTEMS_CPU@
-DIST_SUBDIRS = arm c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \
+DIST_SUBDIRS = arm bfin c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \
unix
DIST_SUBDIRS += avr