Sign in
android-kvm
/
linux
/
dfd42facf1e4ada021b939b4e19c935dcdd55566
/
.
/
tools
/
testing
/
selftests
/
alsa
/
Makefile
blob: f64d9090426d21f575d1ba478328fc456406e470 [
file
]
# SPDX-License-Identifier: GPL-2.0
#
CFLAGS
+=
$
(
shell pkg
-
config
--
cflags alsa
)
LDLIBS
+=
$
(
shell pkg
-
config
--
libs alsa
)
TEST_GEN_PROGS
:=
mixer
-
test
include
../
lib
.
mk