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. --- aclocal/enable-rtemsbsp.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal/enable-rtemsbsp.m4') diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4 index a6406c315b..fcec39825d 100644 --- a/aclocal/enable-rtemsbsp.m4 +++ b/aclocal/enable-rtemsbsp.m4 @@ -23,9 +23,9 @@ AC_ARG_ENABLE(rtemsbsp, AC_MSG_ERROR([Cannot find the top of source tree, please report to devel@rtems.org]) fi target_arch=$(echo ${target_alias} | sed -e "s/\-.*//g") - libbsp=${srctop}/c/src/lib/libbsp + libbsp=${srctop}/bsps libbsp_e=$(echo ${libbsp} | sed -e 's/\//\\\//g') - cfg_list=$(LANG=C LC_COLLATE=C find ${libbsp} -mindepth 5 -name \*.cfg) + cfg_list=$(LANG=C LC_COLLATE=C find ${libbsp} -mindepth 1 -name \*.cfg) for bsp in ${enable_rtemsbsp}; do found=no -- cgit v1.2.3