4f5736c4c7
Next changeset will rename tcp_diag to inet_diag and move the tcp_diag code out of it and into a new tcp_diag.c, similar to the net/dccp/diag.c introduced in this changeset, completing the transition to a generic inet_diag infrastructure. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
217 B
Makefile
11 lines
217 B
Makefile
obj-$(CONFIG_IP_DCCP) += dccp.o
|
|
|
|
dccp-y := ccid.o input.o ipv4.o minisocks.o options.o output.o proto.o \
|
|
timer.o packet_history.o
|
|
|
|
obj-$(CONFIG_IP_DCCP_DIAG) += dccp_diag.o
|
|
|
|
obj-y += ccids/
|
|
|
|
dccp_diag-y := diag.o
|