diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-11-11 18:17:41 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-11-28 00:11:55 +0100 |
commit | 91ca8be3c402c566de75685ce99c714b0e8638bf (patch) | |
tree | d72370eedae5d65279cf640e1798efe9023af6ee /scripts/Makefile.lib | |
parent | kbuild: do not pass -r to genksyms when *.symref does not exist (diff) | |
download | linux-91ca8be3c402c566de75685ce99c714b0e8638bf.tar.xz linux-91ca8be3c402c566de75685ce99c714b0e8638bf.zip |
kbuild: remove support for single %.symtypes build rule
This rule is unnecessary because you can generate foo/bar.symtypes
as a side effect using:
$ make KBUILD_SYMTYPES=1 foo/bar.o
While compiling *.o is slower than preprocessing, the impact is
negligible. I prioritize keeping the code simpler.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'scripts/Makefile.lib')
0 files changed, 0 insertions, 0 deletions