diff mbox series

kbuild: remove redundant FORCE definition in scripts/Makefile.modpost

Message ID 20200802135440.908059-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series kbuild: remove redundant FORCE definition in scripts/Makefile.modpost | expand

Commit Message

Masahiro Yamada Aug. 2, 2020, 1:54 p.m. UTC
The same code exists a few lines above.

Fixes: 436b2ac603d5 ("modpost: invoke modpost only when input files are updated")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 scripts/Makefile.modpost | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index 3651cbf6ad49..f54b6ac37ac2 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -124,9 +124,6 @@  existing-targets := $(wildcard $(sort $(targets)))
 
 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
 
-PHONY += FORCE
-FORCE:
-
 endif
 
 .PHONY: $(PHONY)