10 lines
381 B
Diff
10 lines
381 B
Diff
diff --git a/net/xfrm/Makefile b/net/xfrm/Makefile
|
|
index 0a0a0a0..0b0b0b0 100644
|
|
--- a/net/xfrm/Makefile
|
|
+++ b/net/xfrm/Makefile
|
|
@@ -24,3 +24,4 @@ obj-$(CONFIG_XFRM_INTERFACE) += xfrm_interface.o
|
|
obj-$(CONFIG_XFRM_IPTFS) += xfrm_iptfs.o
|
|
obj-$(CONFIG_XFRM_ESPINTCP) += espintcp.o
|
|
obj-$(CONFIG_DEBUG_INFO_BTF) += xfrm_state_bpf.o
|
|
+obj-$(CONFIG_INET_IPSEC_OFFLOAD) += ipsec_flow.o
|