xref: /linux/tools/testing/selftests/pid_namespace/Makefile (revision 1a89a6924b581884b1b54bcd3ea790b3668be2e0)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -g $(KHDR_INCLUDES)
3
4TEST_GEN_PROGS = regression_enomem pid_max
5
6LOCAL_HDRS += $(selfdir)/pidfd/pidfd.h
7
8include ../lib.mk
9