]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/wireless/Makefile
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)
commit1188e2a9ef223f5c670301d54a6f65d223a87582
tree39da3fe7893e266d7253b9ff6bc38d7c3c365958
parenta67a4893f37d5389c812d85ccf1e258b87ef4ead
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: 90a53e4432b1 ("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