tools/testing/selftests/filesystems/statmount/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/filesystems/statmount/Makefile
Extension
[no extension]
Size
249 bytes
Lines
11
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-or-later

CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)
LDLIBS += -lcap

TEST_GEN_PROGS := statmount_test statmount_test_ns listmount_test

include ../../lib.mk

$(OUTPUT)/statmount_test_ns: ../utils.c

Annotation

Implementation Notes