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 4cc94482eacc..58a7a4634f70 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile | |||
@@ -44,6 +44,7 @@ obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o | |||
44 | obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o | 44 | obj-$(CONFIG_TCP_CONG_HTCP) += tcp_htcp.o |
45 | obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o | 45 | obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o |
46 | obj-$(CONFIG_TCP_CONG_SCALABLE) += tcp_scalable.o | 46 | obj-$(CONFIG_TCP_CONG_SCALABLE) += tcp_scalable.o |
47 | obj-$(CONFIG_TCP_CONG_LP) += tcp_lp.o | ||
47 | 48 | ||
48 | obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \ | 49 | obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \ |
49 | xfrm4_output.o | 50 | xfrm4_output.o |