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