Merge tag 'asoc-fix-v5.19-rc0' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / tools / testing / selftests / pid_namespace / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -g -I../../../../usr/include/
3
4 TEST_GEN_PROGS = regression_enomem
5
6 LOCAL_HDRS += $(selfdir)/pidfd/pidfd.h
7
8 include ../lib.mk