diff options
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index c6c8ad1d4b6d..47a0a6649a9d 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile | |||
@@ -43,7 +43,6 @@ obj-$(CONFIG_INET_DIAG) += inet_diag.o | |||
43 | obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o | 43 | obj-$(CONFIG_INET_TCP_DIAG) += tcp_diag.o |
44 | obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o | 44 | obj-$(CONFIG_INET_UDP_DIAG) += udp_diag.o |
45 | obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o | 45 | obj-$(CONFIG_INET_RAW_DIAG) += raw_diag.o |
46 | obj-$(CONFIG_NET_TCPPROBE) += tcp_probe.o | ||
47 | obj-$(CONFIG_TCP_CONG_BBR) += tcp_bbr.o | 46 | obj-$(CONFIG_TCP_CONG_BBR) += tcp_bbr.o |
48 | obj-$(CONFIG_TCP_CONG_BIC) += tcp_bic.o | 47 | obj-$(CONFIG_TCP_CONG_BIC) += tcp_bic.o |
49 | obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o | 48 | obj-$(CONFIG_TCP_CONG_CDG) += tcp_cdg.o |