kbuild: rust: move rust/target.json to scripts/
scripts/ is a better place to generate files used treewide. With target.json moved to scripts/, you do not need to add target.json to no-clean-files or MRPROPER_FILES. 'make clean' does not visit scripts/, but 'make mrproper' does. Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Reviewed-by:
Miguel Ojeda <ojeda@kernel.org> Tested-by:
Miguel Ojeda <ojeda@kernel.org>
Showing
- Makefile 2 additions, 2 deletionsMakefile
- rust/.gitignore 0 additions, 1 deletionrust/.gitignore
- rust/Makefile 1 addition, 9 deletionsrust/Makefile
- scripts/.gitignore 1 addition, 0 deletionsscripts/.gitignore
- scripts/Makefile 7 additions, 1 deletionscripts/Makefile
- scripts/remove-stale-files 2 additions, 0 deletionsscripts/remove-stale-files
Please register or sign in to comment