diff options
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r-- | net/ipv6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile index 2fe68364bb20..2e8c06108ab9 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile | |||
@@ -45,3 +45,7 @@ obj-y += addrconf_core.o exthdrs_core.o ip6_checksum.o ip6_icmp.o | |||
45 | obj-$(CONFIG_INET) += output_core.o protocol.o $(ipv6-offload) | 45 | obj-$(CONFIG_INET) += output_core.o protocol.o $(ipv6-offload) |
46 | 46 | ||
47 | obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o | 47 | obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o |
48 | |||
49 | ifneq ($(CONFIG_IPV6),) | ||
50 | obj-$(CONFIG_NET_UDP_TUNNEL) += ip6_udp_tunnel.o | ||
51 | endif | ||