1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_IP_DCCP) += dccp.o dccp_ipv4.o 3 4 dccp-y := ccid.o feat.o input.o minisocks.o op 5 qpolicy.o 6 # 7 # CCID algorithms to be used by dccp.ko 8 # 9 # CCID-2 is default (RFC 4340, p. 77) and has 10 dccp-y += ccids/ccid2.o ackvec.o 11 dccp-$(CONFIG_IP_DCCP_CCID3) += ccids/ccid3 12 dccp-$(CONFIG_IP_DCCP_TFRC_LIB) += ccids/lib/t 13 ccids/lib/t 14 ccids/lib/p 15 ccids/lib/l 16 17 dccp_ipv4-y := ipv4.o 18 19 # build dccp_ipv6 as module whenever either IP 20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6) 21 dccp_ipv6-y := ipv6.o 22 23 obj-$(CONFIG_INET_DCCP_DIAG) += dccp_diag.o 24 25 dccp-$(CONFIG_SYSCTL) += sysctl.o 26 27 dccp_diag-y := diag.o 28 29 # build with local directory for trace.h 30 CFLAGS_proto.o := -I$(src)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.