]> git.baikalelectronics.ru Git - kernel.git/commit
X.509: shut up about included cert for silent build
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Jan 2015 21:24:00 +0000 (22:24 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Jan 2015 12:10:39 +0000 (12:10 +0000)
commit8fb9feb9a12ab9557aa9f2eec0b75f3840502d65
tree71d47c28edbed9608bc13b4746f41a1cdd63c0b2
parent2667bf48f1fe12611d755dfa64492ce167695b95
X.509: shut up about included cert for silent build

Every kernel build that includes X.509 support prints out
a message like

 - Including cert signing_key.x509

This may be useful for some cases, but when doing automated
build tests, it just means noise.

To hide the message, this uses '$(kecho)' for printing the
message, which means we still see it when building with V=1,
but not at the normal level or when building with 'make -s'.

Signed-off-by: Arnd Bergmann <arnd@arnd.de>
Signed-off-by: David Howells <dhowells@redhat.com>
kernel/Makefile