tools/testing/selftests/landlock/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/landlock/Makefile
Extension
[no extension]
Size
599 bytes
Lines
29
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
#
# First run: make -C ../../../.. headers_install

CFLAGS += -Wall -O2 $(KHDR_INCLUDES)

LOCAL_HDRS += $(wildcard *.h)

src_test := $(wildcard *_test.c)

TEST_GEN_PROGS := $(src_test:.c=)
TEST_GEN_PROGS += fs_bench

TEST_GEN_PROGS_EXTENDED := \
	true \
	sandbox-and-launch \
	wait-pipe \
	wait-pipe-sandbox

# Short targets:
$(TEST_GEN_PROGS): LDLIBS += -lcap -lpthread
$(TEST_GEN_PROGS_EXTENDED): LDFLAGS += -static

include ../lib.mk

# Targets with $(OUTPUT)/ prefix:
$(TEST_GEN_PROGS): LDLIBS += -lcap -lpthread
$(TEST_GEN_PROGS_EXTENDED): LDFLAGS += -static

Annotation

Implementation Notes