aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/alsa/Makefile
blob: fd8ddce2b1a6e8cce8267c681612fe35fb0be00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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