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>
4 lines
89 B
Makefile
4 lines
89 B
Makefile
obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o
|
|
|
|
dccp_ccid3-y := ccid3.o lib/loss_interval.o
|