From: Miguel Ojeda Date: Wed, 18 Oct 2023 16:01:45 +0000 (+0200) Subject: kbuild: remove old Rust docs output path X-Git-Tag: v6.6.17~3704^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1db773da58df20772dcc037a47163ce472d39c4d;p=platform%2Fkernel%2Flinux-rpi.git kbuild: remove old Rust docs output path The Rust code documentation output path moved from `rust/doc` to `Documentation/output/rust/rustdoc`. The `make cleandocs` target takes care of cleaning it now since it is integrated with the rest of the documentation. Thus remove the old reference. Fixes: 48fadf440075 ("docs: Move rustdoc output, cross-reference it") Reviewed-by: Benno Lossin Reviewed-by: Alice Ryhl Reviewed-by: Andreas Hindborg Link: https://lore.kernel.org/r/20231018160145.1017340-2-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/Makefile b/Makefile index 373649c..0400181 100644 --- a/Makefile +++ b/Makefile @@ -1474,7 +1474,7 @@ endif # CONFIG_MODULES # Directories & files removed with 'make clean' CLEAN_FILES += vmlinux.symvers modules-only.symvers \ modules.builtin modules.builtin.modinfo modules.nsdeps \ - compile_commands.json .thinlto-cache rust/test rust/doc \ + compile_commands.json .thinlto-cache rust/test \ rust-project.json .vmlinux.objs .vmlinux.export.c # Directories & files removed with 'make mrproper'