From f58e8dfdc65aba9adcf985ff10937b81429c3fd2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Nov 2001 23:35:06 +0000 Subject: 2001-11-08 Dennis Ehlin (ECS) This modification is a submission of the modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler 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. --- c/src/lib/libbsp/powerpc/acinclude.m4 | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- cgit v1.2.3