From adb85dd473af5c9a72e9da9b7fe013d1b216abc3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 21 Apr 2018 10:22:08 +0200 Subject: bsps: Move make/custom/* files to bsps Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285. --- c/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/configure.ac') diff --git a/c/configure.ac b/c/configure.ac index 92288615ca..f7636239ee 100644 --- a/c/configure.ac +++ b/c/configure.ac @@ -5,6 +5,7 @@ AC_PREREQ([2.69]) AC_INIT([rtems-c],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_CONFIG_SRCDIR([src]) RTEMS_TOP(..) +with_rtems_source_top=$(cd ${srcdir}/.. && pwd) RTEMS_SOURCE_TOP RTEMS_BUILD_TOP @@ -30,7 +31,7 @@ AS_IF([test x"$enable_rtemsbsp" = x"no"],[ # Check sanity of BSPs in $rtems_bsp for _rtems_bsp in : $rtems_bsp; do test "x$_rtems_bsp" = x: && continue - # make sure there is a make/custom file for the bsp + # make sure there is a config/*.cfg file for the bsp _RTEMS_CHECK_CUSTOM_BSP([$_rtems_bsp.cfg],[bsp_cfg]) AS_IF([test -n "$bsp_cfg"], -- cgit v1.2.3