Skip to content

Commit 9904041

Browse files
Cao jinmasahir0y
authored andcommitted
kbuild: drop unused symverfile in Makefile.modpost
Since commit 040fcc8 ("kbuild: improved modversioning support for external modules"), symverfile has been replaced with kernelsymfile and modulesymfile. Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 028568d commit 9904041

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/Makefile.modpost

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ vmlinux.o: FORCE
9797
$(call cmd,kernel-mod)
9898

9999
# Declare generated files as targets for modpost
100-
$(symverfile): __modpost ;
101100
$(modules:.ko=.mod.c): __modpost ;
102101

103102

0 commit comments

Comments
 (0)