]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/pidfd/Makefile
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / tools / testing / selftests / pidfd / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 CFLAGS += -g -I../../../../usr/include/ -lpthread
3
4 TEST_GEN_PROGS := pidfd_test pidfd_open_test
5
6 include ../lib.mk
7