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

Onur Özkan posted 1 patch 2 weeks, 3 days ago
Makefile      |  7 +++++
rust/Makefile | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
Posted by Onur Özkan 2 weeks, 3 days ago
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(+)

-- 
2.51.0

Re: [PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
Posted by Onur 2 weeks, 2 days ago
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