aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/pid_namespace/Makefile
blob: 9286a1d22cd3acd95da26203086c7324887e9ce8 (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -g $(KHDR_INCLUDES)

TEST_GEN_PROGS = regression_enomem

LOCAL_HDRS += $(selfdir)/pidfd/pidfd.h

include ../lib.mk