summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:35:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-08 23:35:06 +0000
commitf58e8dfdc65aba9adcf985ff10937b81429c3fd2 (patch)
tree7b3d1437c0b906a362c68cd546632b7afd5c840c /c/src
parent2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se> (diff)
downloadrtems-f58e8dfdc65aba9adcf985ff10937b81429c3fd2.tar.bz2
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.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/powerpc/acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/acinclude.m4 b/c/src/lib/libbsp/powerpc/acinclude.m4
index da12909cb7..ad18d2843f 100644
--- a/c/src/lib/libbsp/powerpc/acinclude.m4
+++ b/c/src/lib/libbsp/powerpc/acinclude.m4
@@ -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 )