2004-07-15 Jay Monkman

* acinclude.m4: Added csb336 and csb337 BSPs
This commit is contained in:
Jay Monkman
2004-07-15 06:17:47 +00:00
parent b759b04efa
commit 3e8f70a5ac
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-07-15 Jay Monkman
* acinclude.m4: Added csb336 and csb337 BSPs
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Regenerate.

View File

@@ -6,6 +6,10 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([arm_bare_bsp]);;
armulator )
AC_CONFIG_SUBDIRS([armulator]);;
csb336 )
AC_CONFIG_SUBDIRS([csb336]);;
csb337 )
AC_CONFIG_SUBDIRS([csb337]);;
edb7312 )
AC_CONFIG_SUBDIRS([edb7312]);;
vegaplus )