Changeset b78d94d in rtems
- Timestamp:
- Oct 23, 2006, 7:39:51 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- efa1c17
- Parents:
- bb932d4
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rbb932d4 rb78d94d 1 2006-10-23 Joel Sherrill <joel@OARcorp.com> 2 3 * configure.ac, score/cpu/Makefile.am: Add bfin. 4 1 5 2006-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
cpukit/configure.ac
rbb932d4 rb78d94d 280 280 score/cpu/Makefile 281 281 score/cpu/arm/Makefile 282 score/cpu/bfin/Makefile 282 283 score/cpu/avr/Makefile 283 284 score/cpu/c4x/Makefile -
cpukit/score/cpu/Makefile.am
rbb932d4 rb78d94d 5 5 SUBDIRS = @RTEMS_CPU@ 6 6 7 DIST_SUBDIRS = arm c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \7 DIST_SUBDIRS = arm bfin c4x h8300 i386 m68k mips nios2 no_cpu powerpc sh sparc \ 8 8 unix 9 9 DIST_SUBDIRS += avr
Note: See TracChangeset
for help on using the changeset viewer.