commit | 4bd01de8f201abb704ae9bda3af4ea9ba3a10b0a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jul 16 22:29:45 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 17 22:37:51 2019 +0900 |
tree | 9a858ff1c76399960b92a378649cd43fab281558 | |
parent | c04d1e46fcd6090f2ae04e285e9d3adcf376f5b1 [diff] |
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>