]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Makefile
kbuild: rust_is_available: remove -v option
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 16 Jun 2023 00:16:21 +0000 (02:16 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 9 Aug 2023 17:33:30 +0000 (19:33 +0200)
commitd824d2f98565e7c4cb1b862c230198fbe1a968be
tree9a525acce20aa04daab0195f8fff3faa6d21aaa4
parentd4d84eaa3f394feb7be366d9e9c8c0699afeec2c
kbuild: rust_is_available: remove -v option

The -v option is passed when this script is invoked from Makefile,
but not when invoked from Kconfig.

As you can see in scripts/Kconfig.include, the 'success' macro suppresses
stdout and stderr anyway, so this script does not need to be quiet.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20230109061436.3146442-1-masahiroy@kernel.org
[ Reworded prefix to match the others in the patch series. ]
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Link: https://lore.kernel.org/r/20230616001631.463536-2-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Makefile
scripts/rust_is_available.sh