xref: /openbmc/linux/tools/testing/selftests/pidfd/Makefile (revision d635f09e919e6ea9214a7676e26ef6755b3453a0)
1# SPDX-License-Identifier: GPL-2.0-only
2CFLAGS += -g -I../../../../usr/include/ -pthread
3
4TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test pidfd_poll_test pidfd_wait
5
6include ../lib.mk
7
8