Makefile 176 B

12345678
  1. #
  2. # Makefile for the XFRM subsystem.
  3. #
  4. obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
  5. xfrm_input.o xfrm_algo.o
  6. obj-$(CONFIG_XFRM_USER) += xfrm_user.o