mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
e846f0dc57
Sometimes it's useful to be able to explicitly ensure certain headers remain self-contained, i.e. that they are compilable as standalone units, by including and/or forward declaring everything they depend on. Add special target header-test-y where individual Makefiles can add headers to be tested if CONFIG_HEADER_TEST is enabled. This will generate a dummy C file per header that gets built as part of extra-y. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |
||
---|---|---|
.. | ||
headers_install.txt | ||
kbuild.txt | ||
kconfig-language.txt | ||
kconfig-macro-language.txt | ||
Kconfig.recursion-issue-01 | ||
Kconfig.recursion-issue-02 | ||
Kconfig.select-break | ||
kconfig.txt | ||
makefiles.txt | ||
modules.txt |