Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[linux-2.6-microblaze.git] / tools / testing / selftests / pidfd / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -g -I../../../../usr/include/ -pthread
3
4 TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test \
5         pidfd_poll_test pidfd_wait pidfd_getfd_test pidfd_setns_test
6
7 include ../lib.mk
8