]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
kbuild: Fix inconsistent comment
authorSZ Lin (林上智) <sz.lin@moxa.com>
Sat, 29 Feb 2020 16:09:58 +0000 (00:09 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 11 Mar 2020 22:39:30 +0000 (07:39 +0900)
The commit 2042b5486bd3 ("kbuild: unset variables in top Makefile
instead of setting 0") renamed the variable from "config-targets"
to "config-build", the comment should be consistent accordingly.

Signed-off-by: Kaiden PK Yu (余泊鎧) <KaidenPK.Yu@moxa.com>
Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile

index 86035d866f2c0e73cf326980f0d9295173a73581..c9199ca3a8b05b3ca75bbc798debf08dc18996ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1804,7 +1804,7 @@ existing-targets := $(wildcard $(sort $(targets)))
 
 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
 
-endif # config-targets
+endif # config-build
 endif # mixed-build
 endif # need-sub-make