Skip to content

Commit

Permalink
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
masahir0y committed Aug 2, 2020
1 parent ccf56e5 commit 28ab576
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/Makefile.modpost
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 28ab576

Please sign in to comment.