]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: don't print log output for building shipped-certs
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Oct 2017 12:04:30 +0000 (14:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 13 Oct 2017 12:08:35 +0000 (14:08 +0200)
commita1dea34917d66ec63103f9b29d702a3174c509ec
tree39da3fe7893e266d7253b9ff6bc38d7c3c365958
parent4c414a23b9cbd303145c2268cb6228d6ba1790de
cfg80211: don't print log output for building shipped-certs

Building an allmodconfig kernel with 'make -s' now prints a single line:

  GEN     net/wireless/shipped-certs.c

Using '$(kecho)' here will skip the output with 'make -s' but
otherwise keeps printing it, which is consistent with how we
handle all the other output.

Fixes: 22cd65efa7d5 ("cfg80211: implement regdb signature checking")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/Makefile