]> Git Repo - linux.git/blame - net/xfrm/Makefile
Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / net / xfrm / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the XFRM subsystem.
3#
4
44e36b42 5obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
7e152524 6 xfrm_input.o xfrm_output.o \
d77e38e6
SK
7 xfrm_sysctl.o xfrm_replay.o
8obj-$(CONFIG_XFRM_OFFLOAD) += 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
This page took 0.774311 seconds and 4 git commands to generate.