diff options
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r-- | net/ipv6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile index a9e9fec387ce..217e9ff0e24b 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile | |||
@@ -30,6 +30,7 @@ ipv6-objs += $(ipv6-y) | |||
30 | 30 | ||
31 | obj-$(CONFIG_INET6_AH) += ah6.o | 31 | obj-$(CONFIG_INET6_AH) += ah6.o |
32 | obj-$(CONFIG_INET6_ESP) += esp6.o | 32 | obj-$(CONFIG_INET6_ESP) += esp6.o |
33 | obj-$(CONFIG_INET6_ESP_OFFLOAD) += esp6_offload.o | ||
33 | obj-$(CONFIG_INET6_IPCOMP) += ipcomp6.o | 34 | obj-$(CONFIG_INET6_IPCOMP) += ipcomp6.o |
34 | obj-$(CONFIG_INET6_XFRM_TUNNEL) += xfrm6_tunnel.o | 35 | obj-$(CONFIG_INET6_XFRM_TUNNEL) += xfrm6_tunnel.o |
35 | obj-$(CONFIG_INET6_TUNNEL) += tunnel6.o | 36 | obj-$(CONFIG_INET6_TUNNEL) += tunnel6.o |