diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2026-06-10 17:30:25 +0300 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2026-06-11 10:39:04 +0300 |
| commit | 8b6bdbd77ea03b7fc3bfca873ba66363f2301a45 (patch) | |
| tree | 2466352b9330260f4b6064fb844417852ef42387 | |
| parent | 8d49d90fb9f0fd5a0355b4b705395c9ba833415b (diff) | |
| download | linux-8b6bdbd77ea03b7fc3bfca873ba66363f2301a45.tar.xz | |
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 506054980429 ("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>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 # |
