diff options
author | SZ Lin (林上智) <sz.lin@moxa.com> | 2020-03-01 00:09:58 +0800 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-12 07:39:30 +0900 |
commit | 46b7c49254f89d54f11c58fa629f66e224a16034 (patch) | |
tree | a1219ed9a99f98e4bef3ca065fcffc0acd7eafd6 /Makefile | |
parent | 98d54f81e36ba3bf92172791eba5ca5bd813989b (diff) | |
download | linux-46b7c49254f89d54f11c58fa629f66e224a16034.tar.bz2 |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |