Changeset 05f3270 in rtems


Ignore:
Timestamp:
09/24/04 05:03:13 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7c69d422
Parents:
be4a4d2
Message:

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add score/cpu/avr/Makefile.am.
  • score/cpu/Makefile.am: Add avr.
Location:
cpukit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rbe4a4d2 r05f3270  
     12004-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
    162004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • cpukit/configure.ac

    rbe4a4d2 r05f3270  
    282282score/cpu/Makefile
    283283score/cpu/arm/Makefile
     284score/cpu/avr/Makefile
    284285score/cpu/c4x/Makefile
    285286score/cpu/h8300/Makefile
  • cpukit/score/cpu/Makefile.am

    rbe4a4d2 r05f3270  
    77DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh \
    88    sparc unix
     9DIST_SUBDIRS += avr
    910
    1011include $(top_srcdir)/automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.