Commit 87af9388 authored by Masahiro Yamada's avatar Masahiro Yamada

kbuild: remove *.symversions left-over

Commit 5ce2176b ("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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
parent 4079fe8e
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
*.so.dbg *.so.dbg
*.su *.su
*.symtypes *.symtypes
*.symversions
*.tab.[ch] *.tab.[ch]
*.tar *.tar
*.xz *.xz
......
...@@ -1946,7 +1946,7 @@ clean: $(clean-dirs) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment