Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99040418 authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada
Browse files

kbuild: drop unused symverfile in Makefile.modpost



Since commit 040fcc81 ("kbuild: improved modversioning
support for external modules"), symverfile has been replaced
with kernelsymfile and modulesymfile.

Signed-off-by: default avatarCao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 028568d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 ;