summaryrefslogtreecommitdiffstats
path: root/aclocal/check-custom-bsp.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 03:50:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 03:50:38 +0000
commitbc7353d5f29f97b5bbc5f4dbab86d2d4d3260177 (patch)
tree5339e38e632b3a24b343a5b62bf487ed0d71cf31 /aclocal/check-custom-bsp.m4
parent2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-bc7353d5f29f97b5bbc5f4dbab86d2d4d3260177.tar.bz2
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
Diffstat (limited to '')
-rw-r--r--aclocal/check-custom-bsp.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal/check-custom-bsp.m4 b/aclocal/check-custom-bsp.m4
index d62b5fa77f..2ddea34e0e 100644
--- a/aclocal/check-custom-bsp.m4
+++ b/aclocal/check-custom-bsp.m4
@@ -5,7 +5,8 @@ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
$2=
AC_MSG_CHECKING([for $1])
- for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/"$1" \
+ for i in "${srcdir}/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU"/*/make/custom/"$1" \
+ "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/"$1" \
"${srcdir}/${RTEMS_TOPdir}/make/custom/$1";
do
AS_IF([test -r $i],[