Commit 46b7c492 authored by SZ Lin (林上智)'s avatar SZ Lin (林上智) Committed by Masahiro Yamada
Browse files

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: default avatarKaiden PK Yu (余泊鎧) <KaidenPK.Yu@moxa.com>
Signed-off-by: default avatarSZ Lin (林上智) <sz.lin@moxa.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 98d54f81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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