2a91aa3967
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>
9 lines
154 B
Makefile
9 lines
154 B
Makefile
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/
|