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

@@ -1,3 +1,7 @@
2001-10-26 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: New libcpu support for mcf5206e.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -13,6 +13,10 @@ if m68040
CPU_SUBDIR = m68040
endif
if mcf5206
CPU_SUBDIR = mcf5206
endif
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
include $(top_srcdir)/../../../../../automake/subdirs.am

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