2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>

This modification is a submission of the modifications necessary to
	support the IBM PPC405 family.  This submission was reviewed by
	Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
	not negatively impact the ppc403 BSPs.  The submission and tracking
	process was captured as PR50.
	* acinclude.m4: Added gen405 BSP.
	* ChangeLog: Removed bogus comment on edit of generated file.
This commit is contained in:
Joel Sherrill
2001-11-08 23:35:06 +00:00
parent 16e28f7ebf
commit f58e8dfdc6

View File

@@ -7,6 +7,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([dmv177]);;
eth_comm )
AC_CONFIG_SUBDIRS([eth_comm]);;
gen405 )
AC_CONFIG_SUBDIRS([gen405]);;
helas403 )
AC_CONFIG_SUBDIRS([helas403]);;
mbx8xx )