repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix IS_I9XX macro in i915 DRM driver
[linux-2.6/mini2440.git]
/
net
/
xfrm
/
Makefile
blob
332cfb0ff566af1e59433e989c1c545929f24e81
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_STATISTICS
) +=
xfrm_proc.o
8
obj-
$(
CONFIG_XFRM_USER
) +=
xfrm_user.o
9