summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modsign
diff options
context:
space:
mode:
authorMasahiro Yamada2018-07-05 05:33:08 +0200
committerMasahiro Yamada2018-07-06 15:04:03 +0200
commit6916162c7308332d5a029521821f925466de311d (patch)
tree28276686f47fdef6c306be5d3d910d60698b7336 /scripts/Makefile.modsign
parentkbuild: .PHONY is not a variable, but PHONY is (diff)
downloadkernel-qcow2-linux-6916162c7308332d5a029521821f925466de311d.tar.gz
kernel-qcow2-linux-6916162c7308332d5a029521821f925466de311d.tar.xz
kernel-qcow2-linux-6916162c7308332d5a029521821f925466de311d.zip
kbuild: remove duplicated comments about PHONY
The comment is the same as in the top-level Makefile. Also, the comments contain typos: - the .PHONY variable -> the PHONY variable - se we can ... -> so we can ... Instead of fixing the typos, just remove the duplicated comments. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/Makefile.modsign')
-rw-r--r--scripts/Makefile.modsign3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.modsign b/scripts/Makefile.modsign
index 171483bc0538..da56aa78d245 100644
--- a/scripts/Makefile.modsign
+++ b/scripts/Makefile.modsign
@@ -27,7 +27,4 @@ modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
$(modules):
$(call cmd,sign_ko,$(MODLIB)/$(modinst_dir))
-# Declare the contents of the .PHONY variable as phony. We keep that
-# information in a variable se we can use it in if_changed and friends.
-
.PHONY: $(PHONY)