aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.modsign
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27modsign: lookup lines ending in .ko in .mod filesBertrand Jacquin1-1/+1
This does the same as commit ef591a5 (scripts/Makefile.modpost: error in finding modules from .mod files), but for scripts/Makefile.modsign Maybe we should also apply to Makefile.modsign and Makefile.modinst the change applied to Makefile.modpost by commit ea4054a (modpost: handle huge numbers of modules) ? Reviewed-by: Willy Tarreau <[email protected]> Signed-off-by: Bertrand Jacquin <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer1-0/+32
If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this patch will cause the modules to get a signature appended. The make target is intended to be run after 'make modules_install', and will modify the modules in-place in the installed location. It can be used to produce signed modules after they have been processed by distribution build scripts. Signed-off-by: Josh Boyer <[email protected]> Signed-off-by: Rusty Russell <[email protected]> (minor typo fix)