tools/testing/selftests/net/af_unix/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/net/af_unix/Makefile
Extension
[no extension]
Size
388 bytes
Lines
20
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

top_srcdir := ../../../../..
include $(top_srcdir)/scripts/Makefile.compiler

cc-option = $(call __cc-option, $(CC),,$(1),$(2))

CFLAGS += $(KHDR_INCLUDES) -Wall $(call cc-option,-Wflex-array-member-not-at-end)

TEST_GEN_PROGS := \
	diag_uid \
	msg_oob \
	scm_inq \
	scm_pidfd \
	scm_rights \
	so_peek_off \
	unix_connect \
	unix_connreset \
# end of TEST_GEN_PROGS

include ../../lib.mk

Annotation

Implementation Notes