]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: kbuild: deduplicate pin-init flags
authorTamir Duberstein <tamird@kernel.org>
Tue, 27 Jan 2026 13:55:50 +0000 (08:55 -0500)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 30 Jan 2026 01:42:42 +0000 (02:42 +0100)
commitabbe94591e8864af3df5ba36b61fe8615b8ff990
tree6a2f9ffb5a817f061ad24ce4c186f52ad9407c78
parent9b89cea1119386480151a6ca2bfbab54ce569ba7
rust: kbuild: deduplicate pin-init flags

Extract `pin_init{,_internal}-{cfgs,flags}` to reduce duplication.

[ The new variables will be used later on to easily pass them to
  the `scripts/generate_rust_analyzer.py` script. - Miguel ]

Acked-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Tamir Duberstein <tamird@kernel.org>
Link: https://patch.msgid.link/20260127-rust-analyzer-pin-init-duplication-v3-1-118c48c35e88@kernel.org
[ Rebased. Moved new variables above. Reworded title. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile