From: Seung-Woo Kim Date: Fri, 10 Mar 2017 02:01:00 +0000 (+0900) Subject: Kbuild: fix file name in comment about extra gcc checks X-Git-Tag: Ubuntu-5.10.0-12.13~10320^2~20 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=35288e30ebca59effbd44c5976afc71a342e9a85;p=mirror_ubuntu-hirsute-kernel.git Kbuild: fix file name in comment about extra gcc checks Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn, so the file name in comment needs to be fixed. Signed-off-by: Seung-Woo Kim Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 165cf9783a5d..faa9d263cfe3 100644 --- a/Makefile +++ b/Makefile @@ -707,7 +707,7 @@ KBUILD_CFLAGS += $(call cc-option, -fcatch-undefined-behavior) else # These warnings generated too much noise in a regular build. -# Use make W=1 to enable them (see scripts/Makefile.build) +# Use make W=1 to enable them (see scripts/Makefile.extrawarn) KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable) endif