kbuild: remove support for single %.symtypes build rule
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 11 Nov 2024 17:17:41 +0000 (02:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:11:55 +0000 (08:11 +0900)
commit91ca8be3c402c566de75685ce99c714b0e8638bf
treed72370eedae5d65279cf640e1798efe9023af6ee
parentc2386abf55616b979b07a63b4eb2a14eedb4c9e5
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>
Makefile
scripts/Makefile.build