summaryrefslogtreecommitdiffstats
path: root/rtems-bsps
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-bsps')
-rwxr-xr-xrtems-bsps2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-bsps b/rtems-bsps
index 1d617b9e39..cff020fbb3 100755
--- a/rtems-bsps
+++ b/rtems-bsps
@@ -5,7 +5,7 @@ base_e=$(echo ${base} | sed -e 's/\//\\\//g')
last_arch=""
-cfg_list=$(LANG=C LC_COLLATE=C find ${base} -depth 5 -name \*.cfg | sort)
+cfg_list=$(LANG=C LC_COLLATE=C find ${base} -mindepth 5 -name \*.cfg | sort)
max_bsp_len=0
arch_count=0