mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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:
parent
4079fe8e7b
commit
87af9388b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,7 +46,6 @@
|
|||||||
*.so.dbg
|
*.so.dbg
|
||||||
*.su
|
*.su
|
||||||
*.symtypes
|
*.symtypes
|
||||||
*.symversions
|
|
||||||
*.tab.[ch]
|
*.tab.[ch]
|
||||||
*.tar
|
*.tar
|
||||||
*.xz
|
*.xz
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user