From: SZ Lin (林上智) Date: Sat, 29 Feb 2020 16:09:58 +0000 (+0800) Subject: kbuild: Fix inconsistent comment X-Git-Tag: microblaze-v5.10~1242^2~8 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=46b7c49254f89d54f11c58fa629f66e224a16034;p=linux-2.6-microblaze.git kbuild: Fix inconsistent comment 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 (余泊鎧) Signed-off-by: SZ Lin (林上智) Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 86035d866f2c..c9199ca3a8b0 100644 --- 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