kbuild: remove header compile test
There are both positive and negative options about this feature. At first, I thought it was a good idea, but actually Linus stated a negative opinion (https://lkml.org/lkml/2019/9/29/227 ). I admit it is ugly and annoying. The baseline I'd like to keep is the compile-test of uapi headers. (Otherwise, kernel developers have no way to ensure the correctness of the exported headers.) I will maintain a small build rule in usr/include/Makefile. Remove the other header test functionality. Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com>
Showing
- Documentation/kbuild/makefiles.rst 0 additions, 17 deletionsDocumentation/kbuild/makefiles.rst
- Makefile 0 additions, 1 deletionMakefile
- drivers/gpu/drm/i915/Kconfig.debug 0 additions, 1 deletiondrivers/gpu/drm/i915/Kconfig.debug
- include/Kbuild 0 additions, 1185 deletionsinclude/Kbuild
- init/Kconfig 1 addition, 21 deletionsinit/Kconfig
- scripts/Makefile.build 0 additions, 9 deletionsscripts/Makefile.build
- scripts/Makefile.lib 0 additions, 14 deletionsscripts/Makefile.lib
- usr/include/Makefile 8 additions, 4 deletionsusr/include/Makefile
Loading
Please register or sign in to comment