New BSP/CPU.

This commit is contained in:
Eric Norum
2005-01-28 19:42:09 +00:00
parent dfbfe5df15
commit ed71774a5b
6 changed files with 2467 additions and 1 deletions

View File

@@ -41,6 +41,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" )
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
@@ -48,5 +49,6 @@ shared/Makefile
m68040/Makefile
mcf5206/Makefile
mcf5272/Makefile
mcf5282/Makefile
])
AC_OUTPUT