]> 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)
commitc32d5c8174f52a521d446c9fa740bcf15e292fc8
tree9a858ff1c76399960b92a378649cd43fab281558
parent3093cf78f7d88aa2d6bd14be8422f80d0e55e4d7
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