tools/testing/selftests/user_events/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/user_events/Makefile
Extension
[no extension]
Size
216 bytes
Lines
10
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
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
LDLIBS += -lrt -lpthread -lm

TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test

TEST_FILES := settings

include ../lib.mk

Annotation

Implementation Notes