]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/xfrm/Makefile
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[mirror_ubuntu-bionic-kernel.git] / net / xfrm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the XFRM subsystem.
4#
5
44e36b42 6obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
7e152524 7 xfrm_input.o xfrm_output.o \
b81f884a 8 xfrm_sysctl.o xfrm_replay.o xfrm_device.o
558f82ef 9obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o
7e152524 10obj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o
1da177e4 11obj-$(CONFIG_XFRM_USER) += xfrm_user.o
6fccab67 12obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o