summaryrefslogtreecommitdiff
path: root/net/dccp/ccids/lib/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-08-28 00:47:15 -0300
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:12:47 -0700
commit36729c1a73c354a155db18d64d9e79b86c446fcf (patch)
treefea16e7c173151a795d7c617478073e7c36eceb6 /net/dccp/ccids/lib/Makefile
parent5cea0ddce56ff3406a81fbbab80ef45c65701673 (diff)
downloadlwn-36729c1a73c354a155db18d64d9e79b86c446fcf.tar.gz
lwn-36729c1a73c354a155db18d64d9e79b86c446fcf.zip
[DCCP]: Move the calc_X routines to dccp_tfrc_lib
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/lib/Makefile')
-rw-r--r--net/dccp/ccids/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/lib/Makefile b/net/dccp/ccids/lib/Makefile
index e9a91e238c88..5f940a6cbaca 100644
--- a/net/dccp/ccids/lib/Makefile
+++ b/net/dccp/ccids/lib/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_IP_DCCP_TFRC_LIB) += dccp_tfrc_lib.o
-dccp_tfrc_lib-y := loss_interval.o packet_history.o
+dccp_tfrc_lib-y := loss_interval.o packet_history.o tfrc_equation.o