projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf56e5
)
kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 2 Aug 2020 13:54:40 +0000
(22:54 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 2 Aug 2020 14:09:16 +0000
(23:09 +0900)
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
patch
|
blob
|
history
diff --git
a/scripts/Makefile.modpost
b/scripts/Makefile.modpost
index
3651cbf
..
f54b6ac
100644
(file)
--- 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)