aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-08-27 23:03:09 -0300
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:12:17 -0700
commitae6706f0678b89de07ad3b456893cc883584f711 (patch)
treed9d854ccb0bf7124d98dfaad959f34c11cceef23 /net/dccp/ccids/Makefile
parent[CCID3]: Move the CCID3 defines to ccid3.h (diff)
downloadlinux-dev-ae6706f0678b89de07ad3b456893cc883584f711.tar.xz
linux-dev-ae6706f0678b89de07ad3b456893cc883584f711.zip
[CCID3]: Move the loss interval code to loss_interval.[ch]
And put this into net/dccp/ccids/lib/, where packet_history.[ch] will also be moved and then we'll have a tfrc_lib.ko module that will be used by dccp_ccid3.ko and other CCIDs that are variations of TFRC (RFC 3448). 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/Makefile b/net/dccp/ccids/Makefile
index 1c720131c5db..323b68f3b607 100644
--- a/net/dccp/ccids/Makefile
+++ b/net/dccp/ccids/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o
-dccp_ccid3-y := ccid3.o
+dccp_ccid3-y := ccid3.o lib/loss_interval.o