On Fri Feb 3, 2023 at 6:37 PM CET, Maíra Canal wrote: > rust-project.json is the configuration file used by rust-analyzer. > As it is a configuration file and it is not needed to build external > modules, it should be delete by make clean. So, delete rust-project.json > when running make clean. > > Link: https://github.com/Rust-for-Linux/linux/issues/939 > Signed-off-by: Maíra Canal <mcanal@xxxxxxxxxx> > --- Reviewd-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx> > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index f41ec8c8426b..6223d5f82f66 100644 > --- a/Makefile > +++ b/Makefile > @@ -1573,7 +1573,7 @@ endif # CONFIG_MODULES > CLEAN_FILES += include/ksym vmlinux.symvers modules-only.symvers \ > modules.builtin modules.builtin.modinfo modules.nsdeps \ > compile_commands.json .thinlto-cache rust/test rust/doc \ > - .vmlinux.objs .vmlinux.export.c > + rust-project.json .vmlinux.objs .vmlinux.export.c > > # Directories & files removed with 'make mrproper' > MRPROPER_FILES += include/config include/generated \ > -- > 2.39.1