Changeset 05f3270 in rtems
- Timestamp:
- 09/24/04 05:03:13 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7c69d422
- Parents:
- be4a4d2
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rbe4a4d2 r05f3270 1 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * configure.ac: Add score/cpu/avr/Makefile.am. 4 * score/cpu/Makefile.am: Add avr. 5 1 6 2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
cpukit/configure.ac
rbe4a4d2 r05f3270 282 282 score/cpu/Makefile 283 283 score/cpu/arm/Makefile 284 score/cpu/avr/Makefile 284 285 score/cpu/c4x/Makefile 285 286 score/cpu/h8300/Makefile -
cpukit/score/cpu/Makefile.am
rbe4a4d2 r05f3270 7 7 DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh \ 8 8 sparc unix 9 DIST_SUBDIRS += avr 9 10 10 11 include $(top_srcdir)/automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.