2010-04-05 Thomas Znidar <t.znidar@embed-it.com>

* acinclude.m4: Add mcf5225x BSP.
This commit is contained in:
Joel Sherrill
2010-04-05 17:09:13 +00:00
parent b50a77a409
commit 9b2a6bb47a
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
* acinclude.m4: Add mcf5225x BSP.
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.

View File

@@ -20,6 +20,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([mcf5206elite]);;
mcf52235 )
AC_CONFIG_SUBDIRS([mcf52235]);;
mcf5225x )
AC_CONFIG_SUBDIRS([mcf5225x]);;
mcf5235 )
AC_CONFIG_SUBDIRS([mcf5235]);;
mcf5329 )