tools/testing/selftests/pidfd/Makefile

Source file repositories/reference/linux-study-clean/tools/testing/selftests/pidfd/Makefile

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/pidfd/Makefile
Extension
[no extension]
Size
415 bytes
Lines
13
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -g $(KHDR_INCLUDES) $(TOOLS_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 pidfd_info_test \
	pidfd_xattr_test pidfd_setattr_test pidfd_autoreap_test

TEST_GEN_PROGS_EXTENDED := pidfd_exec_helper

include ../lib.mk

Annotation

Implementation Notes