summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pidfd/Makefile
blob: e86141796444146034048a4a257af920f762a6e6 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -g -I../../../../usr/include/ -pthread

TEST_GEN_PROGS := pidfd_test pidfd_open_test

include ../lib.mk