]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MODSIGN: Add modules_sign make target
authorJosh Boyer <jwboyer@redhat.com>
Sun, 4 Nov 2012 22:39:24 +0000 (09:09 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 6 Nov 2012 01:20:01 +0000 (11:50 +1030)
commit56713a28675b966e027a824a0130b80dffab209f
treeee67ee018e862529a9d195948c1d4f50ce01ad9a
parent8c2ad376825726c7a4ae2cd95e7801a314f0816a
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 <jwboyer@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (minor typo fix)
Makefile
scripts/Makefile.modsign [new file with mode: 0644]