ipv6: Fix build failure when CONFIG_INET disabled
authorBen Hutchings <ben@decadent.org.uk>
Tue, 18 Aug 2015 18:31:23 +0000 (20:31 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 13 Oct 2015 02:46:00 +0000 (03:46 +0100)
commita1a1e789bed910db9f193109b4481327fa8d42db
treea81e3ce70acc5b70e7948eacec22d9501b9b30fe
parentd07c3d992f7b4cafa50490751725db83276554e2
ipv6: Fix build failure when CONFIG_INET disabled

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>
net/ipv6/Makefile