Skip to content

Commit 28ab576

Browse files
committed
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
The same code exists a few lines above. Fixes: 436b2ac ("modpost: invoke modpost only when input files are updated") Signed-off-by: Masahiro Yamada <[email protected]>
1 parent ccf56e5 commit 28ab576

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/Makefile.modpost

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ existing-targets := $(wildcard $(sort $(targets)))
124124

125125
-include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
126126

127-
PHONY += FORCE
128-
FORCE:
129-
130127
endif
131128

132129
.PHONY: $(PHONY)

0 commit comments

Comments
 (0)