aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/sound/Makefile
blob: 04a7c077f27680569b19fbc926603e9645a59b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-or-later

top_srcdir		?= ../../..

include $(top_srcdir)/include/mk/testcases.mk

CPPFLAGS		+= -D_GNU_SOURCE

snd_timer01 snd_seq01: CFLAGS += -pthread
snd_timer01 snd_seq01: LDLIBS += -lrt

include $(top_srcdir)/include/mk/generic_leaf_target.mk