mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 12:32:50 +00:00
Link: https://lore.kernel.org/r/20241219-work-pidfs-mount-v1-2-dbc56198b839@kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
10 lines
276 B
Makefile
10 lines
276 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += -g $(KHDR_INCLUDES) -pthread -Wall
|
|
|
|
TEST_GEN_PROGS := pidfd_test pidfd_fdinfo_test pidfd_open_test \
|
|
pidfd_poll_test pidfd_wait pidfd_getfd_test pidfd_setns_test \
|
|
pidfd_file_handle_test pidfd_bind_mount
|
|
|
|
include ../lib.mk
|
|
|