diff options
| author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-09-25 08:25:10 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-07 07:08:04 -0400 |
| commit | 990404188581cba45937ebad24a4b1910a4ec568 (patch) | |
| tree | 05dfad99647fc078919bc4503ea4a75862c7690f | |
| parent | 028568d84da3cfca49f5f846eeeef01441d70451 (diff) | |
kbuild: drop unused symverfile in Makefile.modpost
Since commit 040fcc819a2e ("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>
| -rw-r--r-- | scripts/Makefile.modpost | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 16923ba4b5b1..756d14f0d763 100644 --- a/scripts/Makefile.modpost +++ b/scripts/Makefile.modpost | |||
| @@ -97,7 +97,6 @@ vmlinux.o: FORCE | |||
| 97 | $(call cmd,kernel-mod) | 97 | $(call cmd,kernel-mod) |
| 98 | 98 | ||
| 99 | # Declare generated files as targets for modpost | 99 | # Declare generated files as targets for modpost |
| 100 | $(symverfile): __modpost ; | ||
| 101 | $(modules:.ko=.mod.c): __modpost ; | 100 | $(modules:.ko=.mod.c): __modpost ; |
| 102 | 101 | ||
| 103 | 102 | ||
