• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3top_srcdir		?= ../../..
4
5include $(top_srcdir)/include/mk/testcases.mk
6
7CPPFLAGS		+= -D_GNU_SOURCE
8
9snd_timer01 snd_seq01: CFLAGS += -pthread
10snd_timer01 snd_seq01: LDLIBS += -lrt
11
12include $(top_srcdir)/include/mk/generic_leaf_target.mk
13