blob: 8eac349a84fc4aceeefe6ee07bd9ebe92b094942 [file] [log] [blame]
Jens Axboe1cff0db2019-09-22 10:09:48 -06001ifneq ($(findstring $(MAKEFLAGS),s),s)
2ifndef V
3 QUIET_CC = @echo ' ' CC $@;
4 QUIET_LINK = @echo ' ' LINK $@;
5 QUIET_AR = @echo ' ' AR $@;
6 QUIET_RANLIB = @echo '' RANLIB $@;
7endif
8endif
9
10