Sign in
android-kvm
/
linux
/
9614369a042a3a345ef7e2997c277aa8a271b8a0
/
.
/
tools
/
testing
/
selftests
/
alsa
/
Makefile
blob: fd8ddce2b1a6e8cce8267c681612fe35fb0be00a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
#
CFLAGS
+=
$
(
shell pkg
-
config
--
cflags alsa
)
LDLIBS
+=
$
(
shell pkg
-
config
--
libs alsa
)
ifeq
(
$
(
LDLIBS
),)
LDLIBS
+=
-
lasound
endif
TEST_GEN_PROGS
:=
mixer
-
test
include
../
lib
.
mk