Skip to content

Commit e9885c7

Browse files
iavrpardini
authored andcommitted
Fix "modpost not foud" error since error in rust coreutils uutils/coreutils#8924
1 parent 2cd63af commit e9885c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions/compilation/kernel-debs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function kernel_package_callback_linux_headers() {
538538
make ARCH="${SRC_ARCH}" -j\$NCPU scripts
539539
540540
echo "Compiling kernel-headers scripts/mod (${kernel_version_family}) using \$NCPU CPUs - please wait ..."
541-
make ARCH="${SRC_ARCH}" -j\$NCPU M=scripts/mod/
541+
make ARCH="${SRC_ARCH}" -j\$NCPU M=scripts/mod
542542
543543
echo "Compiling resolve_btfids tools for assigning stable BTF type IDs to kernel symbols"
544544
make ARCH="${SRC_ARCH}" -j\$NCPU tools/bpf/resolve_btfids

0 commit comments

Comments
 (0)