提交 46b7c492 编写于 作者: S SZ Lin (林上智) 提交者: Masahiro Yamada

kbuild: Fix inconsistent comment

The commit 2042b548 ("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: NKaiden PK Yu (余泊鎧) <KaidenPK.Yu@moxa.com>
Signed-off-by: NSZ Lin (林上智) <sz.lin@moxa.com>
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 98d54f81
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册