summaryrefslogtreecommitdiffstats
path: root/lib/verbose.mk
blob: 31eaef7e86535bb46f0b4fd5b69b96170f3a1980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2022 Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier:  LGPL-3.0-or-later WITH LGPL-3.0-linking-exception


ifndef LIB_VERBOSE_MK_
LIB_VERBOSE_MK_ := 1


ifdef V
HIDE_ERR :=
else
HIDE_ERR := 2>/dev/null
endif


V :=


$(V).SILENT:


endif  # include guard