[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAS2zTEvNRC4Wza-2WnL6nN4QRpsui9uGsK8auD9f25E+Q@mail.gmail.com>
Date: Fri, 6 Oct 2017 05:03:26 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Cao jin <caoj.fnst@...fujitsu.com>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Michal Marek <mmarek@...e.com>
Subject: Re: [PATCH] kbuild: drop unused symverfile in Makefile.modpost
2017-09-25 21:25 GMT+09:00 Cao jin <caoj.fnst@...fujitsu.com>:
> Since commit 040fcc819, symverfile has been replaced with kernelsymfile
> and modulesymfile.
>
> Signed-off-by: Cao jin <caoj.fnst@...fujitsu.com>
> ---
> 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
Powered by blists - more mailing lists