diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 10:15:12 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 22:26:51 +0200 |
commit | 60641aa1f379820e99ac7f45a38b43795670c741 (patch) | |
tree | a4a68780ba75bbf8f2fc96dba880ea39da2c717b /include/linux/netfilter_ipv4 | |
parent | c29c08b59875fe053471cf9eb66f8cfef39bc509 (diff) | |
download | linux-stable-60641aa1f379820e99ac7f45a38b43795670c741.tar.gz linux-stable-60641aa1f379820e99ac7f45a38b43795670c741.tar.bz2 linux-stable-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_ipv4')
-rw-r--r-- | include/linux/netfilter_ipv4/Kbuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/netfilter_ipv4/Kbuild b/include/linux/netfilter_ipv4/Kbuild index 431b40761920..f9930c87fff3 100644 --- a/include/linux/netfilter_ipv4/Kbuild +++ b/include/linux/netfilter_ipv4/Kbuild @@ -1,3 +1,5 @@ +header-y += ip_queue.h +header-y += ip_tables.h header-y += ipt_CLUSTERIP.h header-y += ipt_ECN.h header-y += ipt_LOG.h @@ -10,6 +12,3 @@ header-y += ipt_ah.h header-y += ipt_ecn.h header-y += ipt_realm.h header-y += ipt_ttl.h - -unifdef-y += ip_queue.h -unifdef-y += ip_tables.h |