mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
kbuild: rust: clean zerocopy-derive in mrproper
Just like for the other two Rust proc macros, remove the artifacts in
`mrproper`.
This should have been part of commit 5060549804 ("rust: zerocopy-derive:
enable support in kbuild").
Link: https://patch.msgid.link/20260610143025.368801-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
8d49d90fb9
commit
8b6bdbd77e
3
Makefile
3
Makefile
|
|
@ -1705,7 +1705,8 @@ MRPROPER_FILES += include/config include/generated \
|
|||
vmlinux-gdb.py \
|
||||
rpmbuild \
|
||||
rust/libmacros.so rust/libmacros.dylib \
|
||||
rust/libpin_init_internal.so rust/libpin_init_internal.dylib
|
||||
rust/libpin_init_internal.so rust/libpin_init_internal.dylib \
|
||||
rust/libzerocopy_derive.so rust/libzerocopy_derive.dylib
|
||||
|
||||
# clean - Delete most, but leave enough to build external modules
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user