summaryrefslogtreecommitdiffstats
path: root/configs/process_configs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/process_configs.sh')
-rwxr-xr-xconfigs/process_configs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/process_configs.sh b/configs/process_configs.sh
index 7517e6de1..c90b4e171 100755
--- a/configs/process_configs.sh
+++ b/configs/process_configs.sh
@@ -16,7 +16,6 @@ switch_to_toplevel()
path="$(pwd)"
while test -n "$path"
do
- test -d $path/firmware && \
test -e $path/MAINTAINERS && \
test -d $path/drivers && \
break