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

TEST_GEN_PROGS := pidfd_test

include ../lib.mk