aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/Kbuild
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2010-08-14 10:15:12 +0200
committerSam Ravnborg <sam@ravnborg.org>2010-08-14 22:26:51 +0200
commit60641aa1f379820e99ac7f45a38b43795670c741 (patch)
treea4a68780ba75bbf8f2fc96dba880ea39da2c717b /include/linux/netfilter_ipv6/Kbuild
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 (diff)
downloadlinux-dev-60641aa1f379820e99ac7f45a38b43795670c741.tar.xz
linux-dev-60641aa1f379820e99ac7f45a38b43795670c741.zip
include: replace unifdef-y with header-y
unifdef-y and header-y has same semantic. So there is no need to have both. Drop the unifdef-y variant and sort all lines again Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/linux/netfilter_ipv6/Kbuild')
-rw-r--r--include/linux/netfilter_ipv6/Kbuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/netfilter_ipv6/Kbuild b/include/linux/netfilter_ipv6/Kbuild
index e864eaee9e5e..bd095bc075e9 100644
--- a/include/linux/netfilter_ipv6/Kbuild
+++ b/include/linux/netfilter_ipv6/Kbuild
@@ -1,12 +1,11 @@
+header-y += ip6_tables.h
header-y += ip6t_HL.h
header-y += ip6t_LOG.h
header-y += ip6t_REJECT.h
header-y += ip6t_ah.h
header-y += ip6t_frag.h
-header-y += ip6t_ipv6header.h
header-y += ip6t_hl.h
+header-y += ip6t_ipv6header.h
header-y += ip6t_mh.h
header-y += ip6t_opts.h
header-y += ip6t_rt.h
-
-unifdef-y += ip6_tables.h