1
0
Fork 0

kbuild: drop unused symverfile in Makefile.modpost

Since commit 040fcc819a ("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>
hifive-unleashed-5.1
Cao jin 2017-09-25 20:25:10 +08:00 committed by Masahiro Yamada
parent 028568d84d
commit 9904041885
1 changed files with 0 additions and 1 deletions

View File

@ -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 ;