X.509: silence asn1 compiler debug output
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Jan 2015 21:24:31 +0000 (22:24 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Jan 2015 12:10:39 +0000 (12:10 +0000)
commite994393acd65e729a574aaca466eab22b5b39cc6
treee5060e82eabcddb7f1a99e8e01adaece13d210c4
parent89f703f0932341b316b2312581dacddba14b3876
X.509: silence asn1 compiler debug output

The asn1_compiler process is particularly chatty and produces
about the only stdout output for an allmodconfig kernel.

In order to follow the general concept of 'no news is good
news' for building kernels, this hides all the existing output
unless the KBUILD_VERBOSE environment variable is set.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David Howells <dhowells@redhat.com>
scripts/asn1_compiler.c