tools/testing/selftests/filesystems/fsmount_ns/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/filesystems/fsmount_ns/Makefile
Extension
[no extension]
Size
259 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
TEST_GEN_PROGS := fsmount_ns_test

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

include ../../lib.mk

$(OUTPUT)/fsmount_ns_test: fsmount_ns_test.c ../utils.c
	$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)

Annotation

Implementation Notes