Re: [PATCH] kbuild: drop unused symverfile in Makefile.modpost

From: Masahiro Yamada
Date: Thu Oct 05 2017 - 16:04:22 EST


2017-09-25 21:25 GMT+09:00 Cao jin <caoj.fnst@xxxxxxxxxxxxxx>:
> Since commit 040fcc819, symverfile has been replaced with kernelsymfile
> and modulesymfile.
>
> Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
> ---
> scripts/Makefile.modpost | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
> index 16923ba..756d14f 100644
> --- a/scripts/Makefile.modpost
> +++ b/scripts/Makefile.modpost
> @@ -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 ;
>
>

Applied to linux-kbuild/fixes. Thanks.

--
Best Regards
Masahiro Yamada