]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: kbuild: define `procmacro-extension` variable
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jun 2026 14:14:24 +0000 (16:14 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Jun 2026 02:13:22 +0000 (04:13 +0200)
commit2846ebc836bbb3c09211ff298de74ee7dd6b0f28
tree81aaea31baa29746d4d444a727809879e9619194
parent50f3637a459a420ec84e73fa93c0ea469c7acdec
rust: kbuild: define `procmacro-extension` variable

Since we are adding one more proc macro crate (`zerocopy-derive`),
we are refactoring their handling.

Thus, instead of using `libmacros_extension` as the common variable to
hold the extension for all of them, use a dedicated variable with a more
generic name (including for its implementation).

Link: https://patch.msgid.link/20260608141439.182634-6-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile