|
@@ -40,7 +40,7 @@ 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 output_core.o protocol.o
|
|
|
-obj-y += $(ipv6-offload)
|
|
|
+obj-y += addrconf_core.o exthdrs_core.o
|
|
|
+obj-$(CONFIG_INET) += output_core.o protocol.o $(ipv6_offload)
|
|
|
|
|
|
obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o
|