2009-06-04 Xi Yang <hiyangxi@gmail.com>

* acinclude.m4: New Gumstix BSP.
This commit is contained in:
Joel Sherrill
2009-06-04 16:24:00 +00:00
parent 6e27be70e1
commit d2884e60e4
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-06-04 Xi Yang <hiyangxi@gmail.com>
* acinclude.m4: New Gumstix BSP.
2009-04-28 Chris Johns <chrisj@rtems.org>
* shared/start/start.S: Update for boot_card command line change.

View File

@@ -12,6 +12,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([gba]);;
gp32 )
AC_CONFIG_SUBDIRS([gp32]);;
gumstix )
AC_CONFIG_SUBDIRS([gumstix]);;
lpc24xx )
AC_CONFIG_SUBDIRS([lpc24xx]);;
nds )