added mcf548x BSP support

This commit is contained in:
Thomas Doerfler
2008-07-11 09:59:48 +00:00
parent 457f5901e6
commit 1898d72d9c
6 changed files with 4116 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ AM_CONDITIONAL(mcf5282, test "$RTEMS_CPU_MODEL" = "mcf5282" )
AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" )
AM_CONDITIONAL(mcf532x, test "$RTEMS_CPU_MODEL" = "mcf532x" )
AM_CONDITIONAL(mcf548x, test "$RTEMS_CPU_MODEL" = "mcf548x" )
RTEMS_AMPOLISH3