]> Git Repo - linux.git/commit
genksyms: adjust the output format to modpost
authorMasahiro Yamada <[email protected]>
Fri, 13 May 2022 11:39:24 +0000 (20:39 +0900)
committerMasahiro Yamada <[email protected]>
Tue, 24 May 2022 07:33:20 +0000 (16:33 +0900)
commit5ce2176b81f77366bd02c27509b83049f0020544
tree979ecde3c33c95d54e059d1d077da7b0afecc057
parent7375cbcf2343a9337b19846e76dfd94c3af98a27
genksyms: adjust the output format to modpost

Make genksyms output symbol versions in the format modpost expects,
so the 'sed' is unneeded.

This commit makes *.symversions completely unneeded.

I will keep *.symversions in .gitignore and 'make clean' for a while.
Otherwise, 'git status' might be surprising.

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Nicolas Schier <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Tested-by: Sedat Dilek <[email protected]> # LLVM-14 (x86-64)
scripts/Makefile.build
scripts/genksyms/genksyms.c
This page took 0.05539 seconds and 4 git commands to generate.