Explorar o código

I believe make all is the ticket

Donald Carr %!s(int64=5) %!d(string=hai) anos
pai
achega
1de36ba5a0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      PKGBUILD

+ 1 - 2
PKGBUILD

@@ -32,8 +32,7 @@ pkgver() {
 build() {
   cd $_kernel_src_dir && git clean -xdf
   cp ${_config_file} ${_kernel_src_dir}/.config
-  ${_make_cmd} 2>&1 | tee ${log_path}
-  ${_make_cmd} modules 2>&1 | tee -a ${log_path}
+  ${_make_cmd} all 2>&1 | tee ${log_path}
 
   if [ -n "${LOCAL_PI_VER}" ]; then
     ${_make_cmd} dtbs 2>&1 | tee -a ${log_path}