Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv...
[linux-2.6-block.git] / tools / testing / selftests / pidfd / Makefile
CommitLineData
172bb24a 1# SPDX-License-Identifier: GPL-2.0-only
740378dc 2CFLAGS += -g -I../../../../usr/include/ -lpthread
575a0ae9 3
aed5a8df 4TEST_GEN_PROGS := pidfd_test pidfd_open_test pidfd_poll_test pidfd_wait
575a0ae9
CB
5
6include ../lib.mk
7