aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/Makefile
diff options
context:
space:
mode:
authorAndrea Bittau <a.bittau@cs.ucl.ac.uk>2006-03-20 17:41:47 -0800
committerDavid S. Miller <davem@davemloft.net>2006-03-20 17:41:47 -0800
commit2a91aa3967398fb94eccc8da67c82bce9f67afdf (patch)
tree62bf003487121bc629919c85810df11e52016b8f /net/dccp/ccids/Makefile
parent[DCCP] CCID3: Set the no_feedback_timer fields near init_timer (diff)
downloadlinux-dev-2a91aa3967398fb94eccc8da67c82bce9f67afdf.tar.xz
linux-dev-2a91aa3967398fb94eccc8da67c82bce9f67afdf.zip
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
Original work by Andrea Bittau, Arnaldo Melo cleaned up and fixed several issues on the merge process. For now CCID2 was turned the default for all SOCK_DCCP connections, but this will be remedied soon with the merge of the feature negotiation code. Signed-off-by: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/Makefile')
-rw-r--r--net/dccp/ccids/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dccp/ccids/Makefile b/net/dccp/ccids/Makefile
index 956f79f50743..438f20bccff7 100644
--- a/net/dccp/ccids/Makefile
+++ b/net/dccp/ccids/Makefile
@@ -2,4 +2,8 @@ obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o
dccp_ccid3-y := ccid3.o
+obj-$(CONFIG_IP_DCCP_CCID2) += dccp_ccid2.o
+
+dccp_ccid2-y := ccid2.o
+
obj-y += lib/