Searched hist:"91 ca8be3c402c566de75685ce99c714b0e8638bf" (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/ |
| H A D | Makefile.build | 91ca8be3c402c566de75685ce99c714b0e8638bf Mon Nov 11 17:17:41 UTC 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|
| /linux/ |
| H A D | Makefile | 91ca8be3c402c566de75685ce99c714b0e8638bf Mon Nov 11 17:17:41 UTC 2024 Masahiro Yamada <masahiroy@kernel.org> 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>
|