summaryrefslogtreecommitdiff
path: root/rtems-bsps
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-06 13:01:39 +1000
committerChris Johns <chrisj@rtems.org>2016-07-06 13:01:39 +1000
commit8aa75d0cb18c25fab2078a7641bd823bf0e93999 (patch)
tree63c96717c3553dd93b81cdcce60dbdc6f05e0ed8 /rtems-bsps
parent5df74991bf716592659aa741ce63dd30f841005f (diff)
Config (.cfg) files are only valid if deeper than 5.
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