aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-08-27 23:18:26 -0300
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:12:25 -0700
commit4524b259541e1eea07020af825d8e7b0e4faaec5 (patch)
treea0aee23c08b3f98f0e96183309afb2d43ca12bd6 /net/dccp/ccids/Makefile
parent[CCID3]: Move the loss interval code to loss_interval.[ch] (diff)
downloadlinux-dev-4524b259541e1eea07020af825d8e7b0e4faaec5.tar.xz
linux-dev-4524b259541e1eea07020af825d8e7b0e4faaec5.zip
[DCCP]: Just move packet_history.[ch] to net/dccp/ccids/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/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 323b68f3b607..29eb1b61fdbd 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 lib/loss_interval.o
+dccp_ccid3-y := ccid3.o lib/loss_interval.o lib/packet_history.o