summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/check-custom-bsp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/check-custom-bsp.m4')
-rw-r--r--c/src/aclocal/check-custom-bsp.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4
index 469fbec901..850ba2237e 100644
--- a/c/src/aclocal/check-custom-bsp.m4
+++ b/c/src/aclocal/check-custom-bsp.m4
@@ -1,7 +1,9 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
- for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/$1.cfg \
+ $2=
+ for i in \
+ "${srcdir}/${RTEMS_TOPdir}/c/src/lib/libbsp/${RTEMS_CPU}"/*/make/custom/$1.cfg \
"${srcdir}/${RTEMS_TOPdir}/make/custom/"$1.cfg;
do
AC_MSG_CHECKING([for $i])