projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
028568d
)
kbuild: drop unused symverfile in Makefile.modpost
author
Cao jin
<
[email protected]
>
Mon, 25 Sep 2017 12:25:10 +0000
(20:25 +0800)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 7 Oct 2017 11:08:04 +0000
(20:08 +0900)
Since commit
040fcc819a2e
("kbuild: improved modversioning
support for external modules"), symverfile has been replaced
with kernelsymfile and modulesymfile.
Signed-off-by: Cao jin <
[email protected]
>
Signed-off-by: Masahiro Yamada <
[email protected]
>
scripts/Makefile.modpost
patch
|
blob
|
history
diff --git
a/scripts/Makefile.modpost
b/scripts/Makefile.modpost
index 16923ba4b5b1005158508b4e0c9d2b3d947c119c..756d14f0d76384274f9dd04ac1045a0d00f87e2c 100644
(file)
--- a/
scripts/Makefile.modpost
+++ b/
scripts/Makefile.modpost
@@
-97,7
+97,6
@@
vmlinux.o: FORCE
$(call cmd,kernel-mod)
# Declare generated files as targets for modpost
-$(symverfile): __modpost ;
$(modules:.ko=.mod.c): __modpost ;