Skip to content

Commit 986daa3

Browse files
authored
remove "defconfig.debug"
1 parent 8c06eba commit 986daa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
135135
continue
136136
fi
137137

138-
configs="configs/defconfig.common;configs/defconfig.$target;configs/defconfig.debug_$BUILD_DEBUG"
138+
configs="configs/defconfig.common;configs/defconfig.$target"
139139
for defconf in `echo "$target_json" | jq -c '.features[]' | tr -d '"'`; do
140140
configs="$configs;configs/defconfig.$defconf"
141141
done

0 commit comments

Comments
 (0)