projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[IPSEC]: Move common output code to xfrm_output
[linux-2.6.git]
/
net
/
xfrm
/
Makefile
diff --git
a/net/xfrm/Makefile
b/net/xfrm/Makefile
index
de3c1a6
..
45744a3
100644
(file)
--- a/
net/xfrm/Makefile
+++ b/
net/xfrm/Makefile
@@
-3,6
+3,6
@@
#
obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
- xfrm_input.o xfrm_algo.o
+ xfrm_input.o xfrm_output.o xfrm_algo.o
obj-$(CONFIG_XFRM_USER) += xfrm_user.o