]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/ipv4/Makefile
bpf: tcp: Support tcp_congestion_ops in bpf
[mirror_ubuntu-hirsute-kernel.git] / net / ipv4 / Makefile
index d57ecfaf89d48c73f00bf7f2a151365648c1001c..9d97bace13c83bbbf13efb9c1c790d480f77808b 100644 (file)
@@ -65,3 +65,7 @@ obj-$(CONFIG_NETLABEL) += cipso_ipv4.o
 
 obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
                      xfrm4_output.o xfrm4_protocol.o
+
+ifeq ($(CONFIG_BPF_JIT),y)
+obj-$(CONFIG_BPF_SYSCALL) += bpf_tcp_ca.o
+endif