net/sunrpc/auth_gss/Makefile

Source file repositories/reference/linux-study-clean/net/sunrpc/auth_gss/Makefile

File Facts

System
Linux kernel
Corpus path
net/sunrpc/auth_gss/Makefile
Extension
[no extension]
Size
403 bytes
Lines
16
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
#
# Makefile for Linux kernel rpcsec_gss implementation
#

obj-$(CONFIG_SUNRPC_GSS) += auth_rpcgss.o

auth_rpcgss-y := auth_gss.o \
	gss_mech_switch.o svcauth_gss.o \
	gss_rpc_upcall.o gss_rpc_xdr.o trace.o

obj-$(CONFIG_RPCSEC_GSS_KRB5) += rpcsec_gss_krb5.o

rpcsec_gss_krb5-y := gss_krb5_mech.o gss_krb5_seal.o gss_krb5_unseal.o \
	gss_krb5_wrap.o gss_krb5_crypto.o

Annotation

Implementation Notes