* mcf52235/include/mcf52235.h: New.
	* preinstall.am, configure.ac, Makefile.am: Add 52235 support.
This commit is contained in:
Chris Johns
2008-06-11 08:07:48 +00:00
parent 56e8ee4ebd
commit 9af830802d
5 changed files with 3386 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ AM_CONDITIONAL(mcpu32p, test "$RTEMS_CPU_MODEL" = "m68360" \
AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" )
AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
AM_CONDITIONAL(mcf52235, test "$RTEMS_CPU_MODEL" = "mcf52235" )
RTEMS_AMPOLISH3