Re: [PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds

From: Onur
Date: Tue Sep 16 2025 - 08:06:33 EST


On Mon, 15 Sep 2025 14:53:10 +0300
Onur Özkan <work@xxxxxxxxxxxxx> wrote:

> Changes in v2:
> - Couple of indentation fixes in rust/Makefile.
>
> Onur Özkan (1):
> rust: add `rustcheck` make target for check-only builds
>
> Makefile | 7 +++++
> rust/Makefile | 73
> +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed,
> 80 insertions(+)
>

Should we document this target on [0]? I think it will be used quite
frequently by Rust developers on the kernel once we land it, so I
think it's worth documenting. I can include a patch for that if others
would agree.

[0]: https://docs.kernel.org/rust/quick-start.html

Regards,
Onur