From: Josh Boyer Date: Sun, 4 Nov 2012 22:39:24 +0000 (+1030) Subject: MODSIGN: Add modules_sign make target X-Git-Tag: v3.8-rc1~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d890f510c8e45aaf33b8737f211ea05aecb8b460;p=pandora-kernel.git MODSIGN: Add modules_sign make target 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 Signed-off-by: Rusty Russell (minor typo fix) --- Reading git-diff-tree failed