kbuild: modinst: remove the multithread option from zstd compression
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 4 Aug 2024 03:33:07 +0000 (12:33 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 Sep 2024 11:33:33 +0000 (20:33 +0900)
commit0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964
treead939e1fc649c674b60244bb00ae107fa2751ecf
parent76be4f5a784533c71afbbb1b8f2963ef9e2ee258
kbuild: modinst: remove the multithread option from zstd compression

Parallel execution is supported by GNU Make:

  $ make -j<N> modules_install

It is questionable to enable multithreading within each zstd process
by default.

If you still want to do it, you can use the environment variable:

  $ ZSTD_NBTHREADS=<N> make modules_install

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
scripts/Makefile.modinst