Browse Source

Not sure why facing modules issue

Donald Carr 4 years ago
parent
commit
5eeb4df935
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

@@ -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}