kbuild: remove *.symversions left-over

Commit 5ce2176b81 ("genksyms: adjust the output format to modpost")
stopped generating *.symversions files.

Remove the left-over from the .gitignore file and the 'clean' rule.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
Masahiro Yamada 2024-08-18 17:37:29 +09:00
parent 4079fe8e7b
commit 87af9388b4
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -46,7 +46,6 @@
*.so.dbg *.so.dbg
*.su *.su
*.symtypes *.symtypes
*.symversions
*.tab.[ch] *.tab.[ch]
*.tar *.tar
*.xz *.xz

View File

@ -1946,7 +1946,7 @@ clean: $(clean-dirs)
-o -name '*.c.[012]*.*' \ -o -name '*.c.[012]*.*' \
-o -name '*.ll' \ -o -name '*.ll' \
-o -name '*.gcno' \ -o -name '*.gcno' \
-o -name '*.*.symversions' \) -type f -print \ \) -type f -print \
-o -name '.tmp_*' -print \ -o -name '.tmp_*' -print \
| xargs rm -rf | xargs rm -rf