From: Deepak Saxena Date: Sat, 19 May 2007 19:00:11 +0000 (-0700) Subject: [IPV6]: Add ip6_tunnel.h to headers_install X-Git-Tag: v3.12-rc1~29383^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c34b19fb4e243b26fa90a322bf32238356493674;p=kernel%2Fkernel-generic.git [IPV6]: Add ip6_tunnel.h to headers_install The Mobile IPv6 package (http://www.mobile-ipv6.org/software/) needs this header file to build the tunnelctl component. The header already looks sanitized so is safe to export. Signed-off-by: Deepak Saxena Signed-off-by: David S. Miller --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bcd01f2..e101315 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -239,6 +239,7 @@ unifdef-y += ipc.h unifdef-y += ipmi.h unifdef-y += ipv6.h unifdef-y += ipv6_route.h +unifdef-y += ip6_tunnel.h unifdef-y += isdn.h unifdef-y += isdnif.h unifdef-y += isdn_divertif.h