2001-10-26 Joel Sherrill <joel@OARcorp.com>

* Makefile.am, configure.ac: New libcpu support for mcf5206e.
This commit is contained in:
Joel Sherrill
2001-10-26 19:33:37 +00:00
parent 00717a385b
commit 62f48b3594
3 changed files with 15 additions and 0 deletions

View File

@@ -38,6 +38,13 @@ AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "m68020" \
AM_CONDITIONAL(m68040, test "$RTEMS_CPU_MODEL" = "m68040")
AM_CONDITIONAL(mcf5206, test "$RTEMS_CPU_MODEL" = "mcf5206")
case "$RTEMS_CPU_MODEL" in
mcf5206 ) AC_CONFIG_SUBDIRS([mcf5206]);;
*) ;;
esac
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
shared/Makefile