kbuild: Fix inconsistent comment

The commit 2042b5486b ("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>
This commit is contained in:
SZ Lin (林上智) 2020-03-01 00:09:58 +08:00 коммит произвёл Masahiro Yamada
Родитель 98d54f81e3
Коммит 46b7c49254
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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