2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Add score/cpu/avr/Makefile.am.
	* score/cpu/Makefile.am: Add avr.
This commit is contained in:
Ralf Corsepius
2004-09-24 05:03:13 +00:00
parent be4a4d295a
commit 05f3270da5
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add score/cpu/avr/Makefile.am.
* score/cpu/Makefile.am: Add avr.
2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>
* librpc/src/xdr/xdr_float.c: Add __AVR__.
+1
View File
@@ -281,6 +281,7 @@ sapi/Makefile
score/Makefile
score/cpu/Makefile
score/cpu/arm/Makefile
score/cpu/avr/Makefile
score/cpu/c4x/Makefile
score/cpu/h8300/Makefile
score/cpu/i386/Makefile
+1
View File
@@ -6,6 +6,7 @@ SUBDIRS = @RTEMS_CPU@
DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh \
sparc unix
DIST_SUBDIRS += avr
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am