Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / net / xfrm / Makefile
1 #
2 # Makefile for the XFRM subsystem.
3 #
4
5 obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
6 xfrm_input.o xfrm_output.o \
7 xfrm_sysctl.o xfrm_replay.o
8 obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o
9 obj-$(CONFIG_XFRM_ALGO) += xfrm_algo.o
10 obj-$(CONFIG_XFRM_USER) += xfrm_user.o
11 obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o
This page took 0.031404 seconds and 5 git commands to generate.