aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r--net/ipv4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile
index 58a7a4634f70..00fcd2c1ba78 100644
--- a/net/ipv4/Makefile
+++ b/net/ipv4/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_TCP_CONG_HSTCP) += tcp_highspeed.o
43obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o 43obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o
44obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o 44obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o
45obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o 45obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o
46obj-$(CONFIG_TCP_CONG_VENO) += tcp_veno.o
46obj-$(CONFIG_TCP_CONG_SCALABLE) += tcp_scalable.o 47obj-$(CONFIG_TCP_CONG_SCALABLE) += tcp_scalable.o
47obj-$(CONFIG_TCP_CONG_LP) += tcp_lp.o 48obj-$(CONFIG_TCP_CONG_LP) += tcp_lp.o
48 49