From bc0eefc372331d5dc65f23a2ba41c95e7ba6b588 Mon Sep 17 00:00:00 2001 From: mohamedalrshah Date: Mon, 17 Jul 2017 19:34:12 +0800 Subject: [PATCH] Update Makefile It is only to configure the proposed Agile-SD TCP congestion control algorithm. --- net/ipv4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index afcb435adfbea3..b1dbe5b71afed3 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -43,6 +43,7 @@ obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o obj-$(CONFIG_NET_TCPPROBE) += tcp_probe.o +obj-$(CONFIG_TCP_CONG_AGILESD) += tcp_agilesd.o obj-$(CONFIG_TCP_CONG_BBR) += tcp_bbr.o obj-$(CONFIG_TCP_CONG_BIC) += tcp_bic.o obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o