浏览代码

Not sure why facing modules issue

Donald Carr 4 年之前
父节点
当前提交
5eeb4df935
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

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