repo.or.cz
/
linux-2.6
/
linux-trees-mm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git]
/
net
/
xfrm
/
Makefile
blob
45744a3d3a51ed240e8eee2c780b8837a2ba395e
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_output.o xfrm_algo.o
7
obj-
$(
CONFIG_XFRM_USER
) +=
xfrm_user.o
8