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. --- rtems-bsps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtems-bsps') diff --git a/rtems-bsps b/rtems-bsps index 6bee5fa7e0..8c85fc10d4 100755 --- a/rtems-bsps +++ b/rtems-bsps @@ -1,12 +1,12 @@ #! /bin/sh top=$(dirname $0) -base="${top}/c/src/lib/libbsp" +base="${top}/bsps" base_e=$(echo ${base} | sed -e 's/\//\\\//g') last_arch="" -cfg_list=$(LANG=C LC_COLLATE=C find ${base} -mindepth 5 -name \*.cfg | sort) +cfg_list=$(LANG=C LC_COLLATE=C find ${base} -mindepth 3 -name \*.cfg | sort) max_bsp_len=0 arch_count=0 @@ -37,7 +37,7 @@ for bsp_path in ${cfg_list}; do arch=$(echo ${bsp_path} | sed -e "s/${base_e}*\///" -e 's/\/.*//') bsp=$(echo ${bsp_path} | sed -e "s/.*\///" -e 's/\.cfg//') - path=$(echo ${bsp_path} | sed -e "s/\/make.*//") + path=$(echo ${bsp_path} | sed -e "s/\/config.*//") if test "${last_arch}" != "${arch}"; then echo "${arch}:" last_arch=${arch} -- cgit v1.2.3