OSDN Git Service

Merge tag 'gvt-next-2020-03-10' of https://github.com/intel/gvt-linux into drm-intel...
[tomoyo/tomoyo-test1.git] / tools / testing / selftests / pidfd / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -g -I../../../../usr/include/ -pthread
3
4 TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test pidfd_poll_test pidfd_wait pidfd_getfd_test
5
6 include ../lib.mk
7