* mcf52235/include/mcf52235.h: Removed. Moved to the more generic
	mcf5223x.h.
	* mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
	* Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
	to mcf5223x.
This commit is contained in:
Chris Johns
2008-06-19 05:38:57 +00:00
parent 42b1fe6ed7
commit 775f8e52e8
5 changed files with 3383 additions and 3377 deletions

View File

@@ -43,7 +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" )
AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" )
RTEMS_AMPOLISH3