diff options
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index e96ed17deb96..5718cdb3a61e 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_TCP_CONG_HSTCP) += tcp_highspeed.o | |||
37 | obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o | 37 | obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o |
38 | obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o | 38 | obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o |
39 | obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o | 39 | obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o |
40 | obj-$(CONFIG_TCP_CONG_SCALABLE) += tcp_scalable.o | ||
40 | 41 | ||
41 | obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \ | 42 | obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \ |
42 | xfrm4_output.o | 43 | xfrm4_output.o |