Skip to content

Commit c2fbecf

Browse files
committed
kbuild: remove defonfig generation
- why to generate when it will be generated in build? Signed-off-by: UsiFX <[email protected]>
1 parent 180b365 commit c2fbecf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kbuilder.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ for arg in "$@"; do
161161
elif [[ ${ARCH} == "arm" ]]; then
162162
CROSS_COMPILE=arm-linux-gnueabi-
163163
fi
164-
# Initial config
165-
make "${FLAGS[@]}" "${DEFCONFIG}"
166-
164+
167165
# Full build
168166
if command -v ccache &> /dev/null; then
169167
PATH="/usr/lib/ccache/bin:${PATH}" make "${DEFCONFIG}" all -j$(nproc --all --ignore=2) "${FLAGS[@]}"

0 commit comments

Comments
 (0)