net/tls/Makefile

Source file repositories/reference/linux-study-clean/net/tls/Makefile

File Facts

System
Linux kernel
Corpus path
net/tls/Makefile
Extension
[no extension]
Size
258 bytes
Lines
13
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: build/configuration rule
Status
atlas-only

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the TLS subsystem.
#

CFLAGS_trace.o := -I$(src)

obj-$(CONFIG_TLS) += tls.o

tls-y := tls_main.o tls_sw.o tls_proc.o trace.o tls_strp.o

tls-$(CONFIG_TLS_DEVICE) += tls_device.o tls_device_fallback.o

Annotation

Implementation Notes