aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.lib
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2019-12-19 00:34:21 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-01-07 02:18:38 +0900
commit551197864ad5d8ed01137b7008448bd18b9731d5 (patch)
treee54d330ff582e53aa9e2900ab580db2261dd77ec /scripts/Makefile.lib
parentLinux 5.5-rc5 (diff)
downloadlinux-dev-551197864ad5d8ed01137b7008448bd18b9731d5.tar.xz
linux-dev-551197864ad5d8ed01137b7008448bd18b9731d5.zip
kbuild: detect missing include guard for exported headers
Adding an include guard to every header file is good practice in case it is included multiple times. Exported headers are compile-tested for the comprehensive sanity checks. Let's include the same header twice. If an include guard is missing, the header will fail to build due to redefinition of something. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions