Commit 28ab576b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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



The same code exists a few lines above.

Fixes: 436b2ac6 ("modpost: invoke modpost only when input files are updated")
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ccf56e5f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)