repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CRYPTO] api: Allow multiple frontends per backend
[pv_ops_mirror.git]
/
net
/
xfrm
/
Makefile
blob
de3c1a625a46f8fbc32b148f3eda70e62d3ece40
1
#
2
# Makefile for the XFRM subsystem.
3
#
4
5
obj-
$(
CONFIG_XFRM
) :=
xfrm_policy.o xfrm_state.o xfrm_hash.o \
6
xfrm_input.o xfrm_algo.o
7
obj-
$(
CONFIG_XFRM_USER
) +=
xfrm_user.o
8