]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: move headers_check rule to usr/include/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 7 Nov 2019 07:14:41 +0000 (16:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Nov 2019 15:23:10 +0000 (00:23 +0900)
commit89195c198dd78a464b3619273fb7a99bf4a4e2a9
tree0aabe2dfa13aca24aeca81dc652d0dbcada18658
parent613e06343f7a97c141420eb5176debeaf1f0d057
kbuild: move headers_check rule to usr/include/Makefile

Currently, some sanity checks for uapi headers are done by
scripts/headers_check.pl, which is wired up to the 'headers_check'
target in the top Makefile.

It is true compiling headers has better test coverage, but there
are still several headers excluded from the compile test. I like
to keep headers_check.pl for a while, but we can delete a lot of
code by moving the build rule to usr/include/Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
lib/Kconfig.debug
scripts/Makefile.headersinst
usr/include/Makefile