xref: /linux-6.12.1/net/xfrm/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the XFRM subsystem.
4#
5
6xfrm_interface-$(CONFIG_XFRM_INTERFACE) += xfrm_interface_core.o
7
8ifeq ($(CONFIG_XFRM_INTERFACE),m)
9xfrm_interface-$(CONFIG_DEBUG_INFO_BTF_MODULES) += xfrm_interface_bpf.o
10else ifeq ($(CONFIG_XFRM_INTERFACE),y)
11xfrm_interface-$(CONFIG_DEBUG_INFO_BTF) += xfrm_interface_bpf.o
12endif
13
14obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
15		      xfrm_input.o xfrm_output.o \
16		      xfrm_sysctl.o xfrm_replay.o xfrm_device.o \
17		      xfrm_nat_keepalive.o
18obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o
19obj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o
20obj-$(CONFIG_XFRM_USER) += xfrm_user.o
21obj-$(CONFIG_XFRM_USER_COMPAT) += xfrm_compat.o
22obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o
23obj-$(CONFIG_XFRM_INTERFACE) += xfrm_interface.o
24obj-$(CONFIG_XFRM_ESPINTCP) += espintcp.o
25obj-$(CONFIG_DEBUG_INFO_BTF) += xfrm_state_bpf.o
26

served by {OpenGrok

Last Index Update: Fri May 09 16:07:06 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • obj-$(CONFIG_XFRM)