mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +00:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
#
|
||
|
# Makefile for the XFRM subsystem.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_input.o xfrm_algo.o
|
||
|
obj-$(CONFIG_XFRM_USER) += xfrm_user.o
|
||
|
|