]> git.hungrycats.org Git - linux/commit
rust: zerocopy: enable support in kbuild
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jun 2026 14:14:31 +0000 (16:14 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Jun 2026 02:13:22 +0000 (04:13 +0200)
commit567621523ab7a2bc4a923757cba30bde8900447a
tree632c2949c8cd1c2148d18e286c62bad0303d2a77
parentb0d90bdcaa969d2ccd8d5e3104653a7f92583e60
rust: zerocopy: enable support in kbuild

With all the new files in place and ready from the new crate, enable
the support for it in the build system.

In addition, skip formatting for this vendored crate.

Finally, there are no generated symbols expected from `zerocopy`, thus
skip adding the `exports` generation.

Link: https://patch.msgid.link/20260608141439.182634-13-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Makefile
rust/Makefile
scripts/Makefile.build
scripts/generate_rust_analyzer.py