diff options
author | Doug Ledford <dledford@redhat.com> | 2015-09-25 16:46:07 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-09-25 16:46:07 +0200 |
commit | 310b7cec8ea32dcd4e9978423717ce78dd89d45d (patch) | |
tree | ed7de6ce3c25829d0e7de10d0db9b83c725ee327 /net/ipv6/Makefile | |
parent | IB/hfi: Properly set permissions for user device files (diff) | |
parent | Linux 4.3-rc2 (diff) | |
download | linux-310b7cec8ea32dcd4e9978423717ce78dd89d45d.tar.xz linux-310b7cec8ea32dcd4e9978423717ce78dd89d45d.zip |
Merge tag 'v4.3-rc2' into k.o/for-4.3-v1
Linux 4.3-rc2
Diffstat (limited to 'net/ipv6/Makefile')
-rw-r--r-- | net/ipv6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/Makefile b/net/ipv6/Makefile index 0f3f1999719a..2c900c7b7eb1 100644 --- a/net/ipv6/Makefile +++ b/net/ipv6/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_INET6_XFRM_MODE_TUNNEL) += xfrm6_mode_tunnel.o obj-$(CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION) += xfrm6_mode_ro.o obj-$(CONFIG_INET6_XFRM_MODE_BEET) += xfrm6_mode_beet.o obj-$(CONFIG_IPV6_MIP6) += mip6.o +obj-$(CONFIG_IPV6_ILA) += ila.o obj-$(CONFIG_NETFILTER) += netfilter/ obj-$(CONFIG_IPV6_VTI) += ip6_vti.o |