2005-02-24 Jay Monkman <jtm@lopingdog.com>

* Makefile.am, configure.ac: New CPU.
        * shared/interrupts/installisrentries.c,
	shared/interrupts/isr_entries.S: Added CPU32 support.
	* au1x00/Makefile.am, au1x00/include/au1x00.h,
	au1x00/vectorisrs/maxvectors.c, au1x00/vectorisrs/vectorisrs.c: New CPU.
This commit is contained in:
Jay Monkman
2005-02-25 05:18:49 +00:00
parent 7cde240ce8
commit 74fb4e1f1d
9 changed files with 819 additions and 1 deletions

View File

@@ -30,8 +30,11 @@ AM_CONDITIONAL(tx39, test "$RTEMS_CPU_MODEL" = "tx3904")
AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
AM_CONDITIONAL(au1x00, test "$RTEMS_CPU_MODEL" = "au1x00")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
au1x00/Makefile
mongoosev/Makefile
shared/Makefile
r46xx/Makefile