]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/testing/selftests/powerpc/dscr/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / tools / testing / selftests / powerpc / dscr / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
3 dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \
4 dscr_sysfs_thread_test
5
6 include ../../lib.mk
7
8 $(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
9
10 $(TEST_GEN_PROGS): ../harness.c