diff options
author | Vlad Yasevich <vyasevic@redhat.com> | 2012-11-15 08:49:20 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-15 17:39:23 -0500 |
commit | 3c73a0368e995f047c14388a05dcfba599053bef (patch) | |
tree | 1c5d8d505ec43c325ebc200ddd124f9c131e6558 /net/ipv6/Makefile | |
parent | 2207afc8bfd80d596b524d4feb6b27f5ce359d59 (diff) | |
download | op-kernel-dev-3c73a0368e995f047c14388a05dcfba599053bef.zip op-kernel-dev-3c73a0368e995f047c14388a05dcfba599053bef.tar.gz |
ipv6: Update ipv6 static library with newly needed functions
UDP offload needs some additional functions to be in the static kernel
for it work correclty. Move those functions into the core.
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 7f25077..cdca302 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile @@ -41,6 +41,6 @@ obj-$(CONFIG_IPV6_SIT) += sit.o obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o obj-$(CONFIG_IPV6_GRE) += ip6_gre.o -obj-y += addrconf_core.o exthdrs_core.o +obj-y += addrconf_core.o exthdrs_core.o output_core.o obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o |