Blame view

net/xfrm/Makefile 278 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Makefile for the XFRM subsystem.
  #
44e36b42a   David S. Miller   [XFRM]: Extract c...
4
  obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
406ef77c8   Herbert Xu   [IPSEC]: Move com...
5
  		      xfrm_input.o xfrm_output.o xfrm_algo.o
558f82ef6   Masahide NAKAMURA   [XFRM]: Define pa...
6
  obj-$(CONFIG_XFRM_STATISTICS) += xfrm_proc.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
  obj-$(CONFIG_XFRM_USER) += xfrm_user.o
6fccab671   Herbert Xu   ipsec: ipcomp - M...
8
  obj-$(CONFIG_XFRM_IPCOMP) += xfrm_ipcomp.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9