]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MODSIGN: Add option to not sign modules during modules_install
authorMichal Marek <mmarek@suse.cz>
Fri, 25 Jan 2013 03:11:31 +0000 (13:41 +1030)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 3 Apr 2013 13:04:41 +0000 (06:04 -0700)
commit40d7c4e73082cf84e409c82a9306b597f59e9350
treeef72da3ce5d45364033cf1113013e2ef6299e896
parent93f7cff1ba4c5cdbbdc93d20ff6a69f1760c3036
MODSIGN: Add option to not sign modules during modules_install

To allow the builder to sign only a subset of modules, or to sign the
modules using a key that is not available on the build machine, add
CONFIG_MODULE_SIG_ALL. If this option is unset, no modules will be
signed during build. The default is 'y', to preserve the current
behavior.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
Makefile
init/Kconfig