summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-08-02 22:54:40 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-08-02 23:09:16 +0900
commit28ab576ba8de934ee3145b6d75119f016de567cb (patch)
treef9e01017c9db66d22b45f1f183fbe8f858478fd2
parentccf56e5fe3d208883cd6db982197eac9b70a0bf9 (diff)
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
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>
-rw-r--r--scripts/Makefile.modpost3
1 files changed, 0 insertions, 3 deletions
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)