We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd63af commit e9885c7Copy full SHA for e9885c7
lib/functions/compilation/kernel-debs.sh
@@ -538,7 +538,7 @@ function kernel_package_callback_linux_headers() {
538
make ARCH="${SRC_ARCH}" -j\$NCPU scripts
539
540
echo "Compiling kernel-headers scripts/mod (${kernel_version_family}) using \$NCPU CPUs - please wait ..."
541
- make ARCH="${SRC_ARCH}" -j\$NCPU M=scripts/mod/
+ make ARCH="${SRC_ARCH}" -j\$NCPU M=scripts/mod
542
543
echo "Compiling resolve_btfids tools for assigning stable BTF type IDs to kernel symbols"
544
make ARCH="${SRC_ARCH}" -j\$NCPU tools/bpf/resolve_btfids
0 commit comments