diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-05 12:33:08 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-06 22:04:03 +0900 |
commit | 6916162c7308332d5a029521821f925466de311d (patch) | |
tree | 28276686f47fdef6c306be5d3d910d60698b7336 /scripts/Makefile.modinst | |
parent | bd412d81b7ea4cfa265e3d2309a166181ec7bdab (diff) | |
download | linux-6916162c7308332d5a029521821f925466de311d.tar.gz linux-6916162c7308332d5a029521821f925466de311d.tar.bz2 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.modinst')
-rw-r--r-- | scripts/Makefile.modinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index 51ca0244fc8a..ff5ca9817a85 100644 --- a/scripts/Makefile.modinst +++ b/scripts/Makefile.modinst @@ -35,8 +35,4 @@ modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D)) $(modules): $(call cmd,modules_install,$(MODLIB)/$(modinst_dir)) - -# Declare the contents of the .PHONY variable as phony. We keep that -# information in a variable so we can use it in if_changed and friends. - .PHONY: $(PHONY) |