aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/alsa/Makefile
blob: f64d9090426d21f575d1ba478328fc456406e470 (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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