On Mon, 15 Sep 2025 14:53:10 +0300
Onur Özkan <work@onurozkan.dev> 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