commit | 8402ee182c417a32d5e5a702f2fa2b01e76dc220 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Fri Oct 16 14:58:46 2020 +0200 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed Oct 21 00:28:53 2020 +0900 |
tree | 65531d7e08cff7b2c2c4e976506284e44a9033d7 | |
parent | 0f6372e522237f39aff63f2e158d629038f26238 [diff] |
kbuild: remove leftover comment for filechk utility After commit 43fee2b23895 ("kbuild: do not redirect the first prerequisite for filechk"), the rule is no longer automatically passed $< as stdin, so remove the stale comment. Fixes: 43fee2b23895 ("kbuild: do not redirect the first prerequisite for filechk") Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>