Re: [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
Nicolas Schier <[email protected]> Tue, 4 Aug 2026 14:39:49 +0200
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.kernel.bpf,gmane.linux.kbuild.devel,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.kernel.modules,gmane.linux.kernel.lsm,gmane.linux.documentation,gmane.linux.debian.devel.kernel |
|---|---|
| Message-ID | <anHdlXyyEz5PJJdr@levanger> |
On Tue, May 05, 2026 at 11:05:17AM +0200, Thomas Weißschuh wrote: > To allow CONFIG_MODULE_HASHES in combination with INSTALL_MOD_STRIP, > this logc will also be used by Makefile.modfinal. s/logc/logic/ > > Move it to a shared location to enable reuse. > > Signed-off-by: Thomas Weißschuh <[email protected]> > --- > scripts/Makefile.lib | 32 ++++++++++++++++++++++++++++++++ > scripts/Makefile.modinst | 37 +++++-------------------------------- > 2 files changed, 37 insertions(+), 32 deletions(-) For kbuild: Reviewed-by: Nicolas Schier <[email protected]> -- Nicolas