summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-08-18 17:37:29 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-09-01 20:34:50 +0900
commit87af9388b4e0c2ce94275ab4bef7227550b30df3 (patch)
tree500f17bcc051a20c0488fc38a575c95ba6d8310c /Makefile
parent4079fe8e7b2b42b278e77dae7cb9d95e62c415a2 (diff)
downloadlwn-87af9388b4e0c2ce94275ab4bef7227550b30df3.tar.gz
lwn-87af9388b4e0c2ce94275ab4bef7227550b30df3.zip
kbuild: remove *.symversions left-over
Commit 5ce2176b81f7 ("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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d57cfc6896b8..145112bf281a 100644
--- a/Makefile
+++ b/Makefile
@@ -1946,7 +1946,7 @@ clean: $(clean-dirs)
-o -name '*.c.[012]*.*' \
-o -name '*.ll' \
-o -name '*.gcno' \
- -o -name '*.*.symversions' \) -type f -print \
+ \) -type f -print \
-o -name '.tmp_*' -print \
| xargs rm -rf