On Tue, May 20, 2025 at 9:53 PM Miguel Ojeda ojeda@kernel.org wrote:
+ifeq ($(KBUILD_CLIPPY),1)
clippy_toml := $(srctree)/.clippy.toml
+endif
Not sure if this is worth it (see v1), but I think it works, at least from light testing.
More testing for v2 is welcome (v1 is "obviously correct").
Thanks!
Cheers, Miguel