aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.build
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-16 22:29:45 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-17 22:37:51 +0900
commit4bd01de8f201abb704ae9bda3af4ea9ba3a10b0a (patch)
tree9a858ff1c76399960b92a378649cd43fab281558 /scripts/Makefile.build
parentkbuild: remove unused hostcc-option (diff)
downloadlinux-dev-4bd01de8f201abb704ae9bda3af4ea9ba3a10b0a.tar.xz
linux-dev-4bd01de8f201abb704ae9bda3af4ea9ba3a10b0a.zip
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>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r--scripts/Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index be38198d98b2..5829ccbc7dd0 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -294,7 +294,7 @@ quiet_cmd_cc_lst_c = MKLST $@
$(obj)/%.lst: $(src)/%.c FORCE
$(call if_changed_dep,cc_lst_c)
-# header test (header-test-y target)
+# header test (header-test-y, header-test-m target)
# ---------------------------------------------------------------------------
quiet_cmd_cc_s_h = CC $@