aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/Makefile
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-02-22 02:25:42 +0900
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-26 11:42:52 -0800
commit8c14b7ce22a7ddd9fe1b1c852c4015633ec3efec (patch)
treeacdf622ee0691c93242f37863c91169657637fa2 /net/ipv6/Makefile
parentf4b9479dc5a1b0e1ca8666053f0d932baddc619d (diff)
downloadkernel_samsung_smdk4412-8c14b7ce22a7ddd9fe1b1c852c4015633ec3efec.zip
kernel_samsung_smdk4412-8c14b7ce22a7ddd9fe1b1c852c4015633ec3efec.tar.gz
kernel_samsung_smdk4412-8c14b7ce22a7ddd9fe1b1c852c4015633ec3efec.tar.bz2
[IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem.
Link __ipv6_addr_type() statically for sunrpc code even if IPv6 is built as module. Signed-off-by: YOSHIFUJI Hidaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r--net/ipv6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile
index 8bacda1..d460017 100644
--- a/net/ipv6/Makefile
+++ b/net/ipv6/Makefile
@@ -32,6 +32,6 @@ obj-$(CONFIG_NETFILTER) += netfilter/
obj-$(CONFIG_IPV6_SIT) += sit.o
obj-$(CONFIG_IPV6_TUNNEL) += ip6_tunnel.o
-obj-y += exthdrs_core.o
+obj-y += addrconf_core.o exthdrs_core.o
obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o