Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chen Miao and committed by
Miguel Ojeda
a44bfed9 4c4e6232

+2 -1
+2 -1
Makefile
··· 1624 1624 certs/x509.genkey \ 1625 1625 vmlinux-gdb.py \ 1626 1626 rpmbuild \ 1627 - rust/libmacros.so rust/libmacros.dylib 1627 + rust/libmacros.so rust/libmacros.dylib \ 1628 + rust/libpin_init_internal.so rust/libpin_init_internal.dylib 1628 1629 1629 1630 # clean - Delete most, but leave enough to build external modules 1630 1631 #