aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Makefile
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-01 15:56:00 +0100
committerPatrick McHardy <kaber@trash.net>2011-02-01 15:56:00 +0100
commitd956798d82d2d331c031301965d69e17a1a48a2b (patch)
tree3ceb434334d79d9dd8b205fc502cf2d20ab737ab /net/netfilter/Makefile
parentf830837f0eed0f9e371b8fd65169365780814bb1 (diff)
downloadkernel_samsung_smdk4412-d956798d82d2d331c031301965d69e17a1a48a2b.zip
kernel_samsung_smdk4412-d956798d82d2d331c031301965d69e17a1a48a2b.tar.gz
kernel_samsung_smdk4412-d956798d82d2d331c031301965d69e17a1a48a2b.tar.bz2
netfilter: xtables: "set" match and "SET" target support
The patch adds the combined module of the "SET" target and "set" match to netfilter. Both the previous and the current revisions are supported. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter/Makefile')
-rw-r--r--net/netfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile
index 510b586..1148643 100644
--- a/net/netfilter/Makefile
+++ b/net/netfilter/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_NETFILTER_XTABLES) += x_tables.o xt_tcpudp.o
# combos
obj-$(CONFIG_NETFILTER_XT_MARK) += xt_mark.o
obj-$(CONFIG_NETFILTER_XT_CONNMARK) += xt_connmark.o
+obj-$(CONFIG_NETFILTER_XT_SET) += xt_set.o
# targets
obj-$(CONFIG_NETFILTER_XT_TARGET_AUDIT) += xt_AUDIT.o