X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/10b2983fac8faddb905129911bb8248d97679aa0..4b03a407862b0ea1c3acd0305e24818ef1943757:/rtems-patches/current/rtems-mo376-add-to-configs.patch diff --git a/rtems-patches/current/rtems-mo376-add-to-configs.patch b/rtems-patches/current/rtems-mo376-add-to-configs.patch new file mode 100644 index 0000000..2085573 --- /dev/null +++ b/rtems-patches/current/rtems-mo376-add-to-configs.patch @@ -0,0 +1,13 @@ +Index: rtems-051009/c/src/lib/libbsp/m68k/acinclude.m4 +=================================================================== +--- rtems.orig/c/src/lib/libbsp/m68k/acinclude.m4 ++++ rtems/c/src/lib/libbsp/m68k/acinclude.m4 +@@ -22,6 +22,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR], + AC_CONFIG_SUBDIRS([mcf5235]);; + mrm332 ) + AC_CONFIG_SUBDIRS([mrm332]);; ++ mo376 ) ++ AC_CONFIG_SUBDIRS([mo376]);; + mvme136 ) + AC_CONFIG_SUBDIRS([mvme136]);; + mvme147 )