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