From: Arnd Bergmann Date: Tue, 13 Jan 2015 21:24:00 +0000 (+0100) Subject: X.509: shut up about included cert for silent build X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~113^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f703f0932341b316b2312581dacddba14b3876;p=pandora-kernel.git 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 Signed-off-by: David Howells --- Reading git-diff-tree failed