Skip to content

Commit

Permalink
kbuild: drop unused symverfile in Makefile.modpost
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cao jin authored and Masahiro Yamada committed Oct 7, 2017
1 parent 028568d commit 9904041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Makefile.modpost
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;


Expand Down

0 comments on commit 9904041

Please sign in to comment.