|
@@ -52,6 +52,7 @@ build() {
|
|
fi
|
|
fi
|
|
|
|
|
|
${_make_cmd} all 2>&1 | tee ${log_path}
|
|
${_make_cmd} all 2>&1 | tee ${log_path}
|
|
|
|
+ ${_make_cmd} modules 2>&1 | tee ${log_path}
|
|
|
|
|
|
if [ -n "${LOCAL_PI_VER}" ]; then
|
|
if [ -n "${LOCAL_PI_VER}" ]; then
|
|
${_make_cmd} dtbs 2>&1 | tee -a ${log_path}
|
|
${_make_cmd} dtbs 2>&1 | tee -a ${log_path}
|