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

2017-10-05 Thread Masahiro Yamada
2017-09-25 21:25 GMT+09:00 Cao jin : > Since commit 040fcc819, symverfile has been replaced with kernelsymfile > and modulesymfile. > > Signed-off-by: Cao jin > --- > scripts/Makefile.modpost | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpo

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

2017-09-25 Thread Cao jin
Since commit 040fcc819, symverfile has been replaced with kernelsymfile and modulesymfile. Signed-off-by: Cao jin --- 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/Makefi