kconfig: Do not print status messages in make -s mode
authorMichal Marek <mmarek@suse.cz>
Wed, 8 Apr 2015 11:30:42 +0000 (13:30 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 20 May 2015 12:13:46 +0000 (14:13 +0200)
commit0458372cb34ceb9484fbac057a3c1dabef506fce
treef8ecd4c263e5e8a029863c9b2d90f90ff6f476ec
parenta6cfffd112f5be4d6bcc16e5f4104db7f8e30415
kconfig: Do not print status messages in make -s mode

Add an -s option to the various frontends and pass it when make -s is
used. Also, use $(kecho) instead of @echo in the Makefile.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/conf.c