lkml.org 
[lkml]   [2015]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 001/107] ipv6: Fix build failure when CONFIG_INET disabled
    3.2.72-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Ben Hutchings <ben@decadent.org.uk>

    output_core.c, added in 3.2.66, is only needed and can only be
    compiled when CONFIG_INET is enabled.

    The condition in the Makefile is already correct upstream.

    Reported-by: kbuild test robot <fengguang.wu@intel.com>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    --- a/net/ipv6/Makefile
    +++ b/net/ipv6/Makefile
    @@ -37,6 +37,7 @@ obj-$(CONFIG_NETFILTER) += netfilter/
    obj-$(CONFIG_IPV6_SIT) += sit.o
    obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o

    -obj-y += addrconf_core.o exthdrs_core.o output_core.o
    +obj-y += addrconf_core.o exthdrs_core.o
    +obj-$(CONFIG_INET) += output_core.o

    obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o


    \
     
     \ /
      Last update: 2015-10-09 02:41    [W:5.498 / U:0.932 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site