blob: d6372db2c914483b32cf9a3713abb7d97b98d77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2022-2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
ifndef MAKEFILE_CONFIGURE_VERBOSE_INCLUDED
MAKEFILE_CONFIGURE_VERBOSE_INCLUDED := 1
HIDE_ERR := 2>/dev/null
endif # include guard
|