Makefile 176 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the XFRM subsystem.
#

5 6
obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
		      xfrm_input.o xfrm_algo.o
L
Linus Torvalds 已提交
7 8
obj-$(CONFIG_XFRM_USER) += xfrm_user.o