diff options
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r-- | net/ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile index 8bacda109b7f..d460017bb353 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile | |||
@@ -32,6 +32,6 @@ obj-$(CONFIG_NETFILTER) += netfilter/ | |||
32 | obj-$(CONFIG_IPV6_SIT) += sit.o | 32 | obj-$(CONFIG_IPV6_SIT) += sit.o |
33 | obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o | 33 | obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o |
34 | 34 | ||
35 | obj-y += exthdrs_core.o | 35 | obj-y += addrconf_core.o exthdrs_core.o |
36 | 36 | ||
37 | obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o | 37 | obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o |