Skip to content

Commit

Permalink
kbuild: Fix inconsistent comment
Browse files Browse the repository at this point in the history
The commit 2042b54 ("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 (余泊鎧) <[email protected]>
Signed-off-by: SZ Lin (林上智) <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
SZ Lin (林上智) authored and masahir0y committed Mar 11, 2020
1 parent 98d54f8 commit 46b7c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46b7c49

Please sign in to comment.