aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2020-10-16 14:58:46 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2020-10-21 00:28:53 +0900
commit8402ee182c417a32d5e5a702f2fa2b01e76dc220 (patch)
tree65531d7e08cff7b2c2c4e976506284e44a9033d7 /scripts/Kbuild.include
parenttreewide: remove DISABLE_LTO (diff)
downloadlinux-dev-8402ee182c417a32d5e5a702f2fa2b01e76dc220.tar.xz
linux-dev-8402ee182c417a32d5e5a702f2fa2b01e76dc220.zip
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>
Diffstat (limited to 'scripts/Kbuild.include')
-rw-r--r--scripts/Kbuild.include2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index 83a1637417e5..08e011175b4c 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -56,8 +56,6 @@ kecho := $($(quiet)kecho)
# - If no file exist it is created
# - If the content differ the new file is used
# - If they are equal no change, and no timestamp update
-# - stdin is piped in from the first prerequisite ($<) so one has
-# to specify a valid file as first prerequisite (often the kbuild file)
define filechk
$(Q)set -e; \
mkdir -p $(dir $@); \