summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorVlad Yasevich <vyasevic@redhat.com>2012-11-16 09:41:21 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-11-18 07:34:00 (GMT)
commit75fe83c32248d99e6d5fe64155e519b78bb90481 (patch)
treec001b2286fcbc15c9683d6f6b8f74091380b7afc /net/Makefile
parent6d973cb163aede0b4a414abfda42d1bc35bfd7f9 (diff)
downloadlinux-fsl-qoriq-75fe83c32248d99e6d5fe64155e519b78bb90481.tar.xz
ipv6: Preserve ipv6 functionality needed by NET
Some pieces of network use core pieces of IPv6 stack. Keep them available while letting new GSO offload pieces depend on CONFIG_INET. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index e050d9d..4f4ee08 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -19,7 +19,7 @@ obj-$(CONFIG_NETFILTER) += netfilter/
obj-$(CONFIG_INET) += ipv4/
obj-$(CONFIG_XFRM) += xfrm/
obj-$(CONFIG_UNIX) += unix/
-obj-$(CONFIG_INET) += ipv6/
+obj-$(CONFIG_NET) += ipv6/
obj-$(CONFIG_PACKET) += packet/
obj-$(CONFIG_NET_KEY) += key/
obj-$(CONFIG_BRIDGE) += bridge/