summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pidfd/Makefile
blob: d731e3e76d5bf50270adf6405c471bcd804fc9dd (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -g $(KHDR_INCLUDES) -pthread -Wall

TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test \
	pidfd_poll_test pidfd_wait pidfd_getfd_test pidfd_setns_test

include ../lib.mk