brintos

brintos / linux-shallow public Read only

0
0
Text · 233 B · d731e3e Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2CFLAGS += -g $(KHDR_INCLUDES) -pthread -Wall3 4TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test \5	pidfd_poll_test pidfd_wait pidfd_getfd_test pidfd_setns_test6 7include ../lib.mk8 9