]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kbuild: rust: clean libpin_init_internal in mrproper
authorChen Miao <chenmiao@openatom.club>
Fri, 31 Oct 2025 02:32:39 +0000 (02:32 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 23 Jan 2026 22:25:00 +0000 (23:25 +0100)
commita44bfed9df8a514962e2cb076d9c0b594caeff36
tree83b63cb0c8722046ad76491e1ca0da551398dd4c
parent4c4e62321a41747390bc167f9c581408f6e0d322
kbuild: rust: clean libpin_init_internal in mrproper

When I enabled Rust compilation, I wanted to clean up its output, so I
used make mrproper. However, I was still able to find that
libpin_init_internal.so in the rust directory was not deleted, while
all other corresponding outputs were cleared.

Thus add it to the `MRPROPER_FILES` list.

Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Chen Miao <chenmiao@openatom.club>
Fixes: d7659acca7a3 ("rust: add pin-init crate build infrastructure")
Cc: stable@vger.kernel.org
Acked-by: Nicolas Schier <nsc@kernel.org>
Acked-by: Benno Lossin <lossin@kernel.org>
Link: https://patch.msgid.link/71ff222b8731e63e06059c5d8566434e508baf2b.1761876365.git.chenmiao@openatom.club
[ Fixed tags and Git author as discussed. Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Makefile