1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Makefile for the XFRM subsystem. 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 644e36b42SDavid S. Millerobj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \ 77e152524SJan Beulich xfrm_input.o xfrm_output.o \ 8b81f884aSHangbin Liu xfrm_sysctl.o xfrm_replay.o xfrm_device.o 9558f82efSMasahide NAKAMURAobj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o 107e152524SJan Beulichobj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o 111da177e4SLinus Torvaldsobj-$(CONFIG_XFRM_USER) += xfrm_user.o 126fccab67SHerbert Xuobj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o 13*f203b76dSSteffen Klassertobj-$(CONFIG_XFRM_INTERFACE) += xfrm_interface.o 14