]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: compile-test headers listed in header-test-m as well
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 16 Jul 2019 13:29:45 +0000 (22:29 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 17 Jul 2019 13:37:51 +0000 (22:37 +0900)
commit4a8b9e923f37a50c890cf9c931dab54fa27e487a
tree9a858ff1c76399960b92a378649cd43fab281558
parent2add2a328b8c2b0b04cfdba4620d1afe1b12c14f
kbuild: compile-test headers listed in header-test-m as well

It will be useful to control the header-test by a tristate option.

If CONFIG_FOO is a tristate option, you can write like this:

  header-test-$(CONFIG_FOO) += foo.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build
scripts/Makefile.lib