summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSZ Lin (林上智) <sz.lin@moxa.com>2020-03-01 00:09:58 +0800
committerMasahiro Yamada <masahiroy@kernel.org>2020-03-12 07:39:30 +0900
commit46b7c49254f89d54f11c58fa629f66e224a16034 (patch)
treea1219ed9a99f98e4bef3ca065fcffc0acd7eafd6 /Makefile
parent98d54f81e36ba3bf92172791eba5ca5bd813989b (diff)
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 (余泊鎧) <KaidenPK.Yu@moxa.com> Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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