From 87c406c4962ea52f467b9807daf66e3652bd0e9b Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu" Date: Thu, 3 Jul 2008 09:26:50 +0000 Subject: Support statically linked kernel - no need for pom-ng anymore for ipset at all. --- kernel/Makefile.ipset | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kernel/Makefile.ipset (limited to 'kernel/Makefile.ipset') diff --git a/kernel/Makefile.ipset b/kernel/Makefile.ipset new file mode 100644 index 0000000..bb3c131 --- /dev/null +++ b/kernel/Makefile.ipset @@ -0,0 +1,14 @@ +# ipset +obj-$(CONFIG_IP_NF_SET) += ip_set.o +obj-$(CONFIG_IP_NF_SET_IPMAP) += ip_set_ipmap.o +obj-$(CONFIG_IP_NF_SET_PORTMAP) += ip_set_portmap.o +obj-$(CONFIG_IP_NF_SET_MACIPMAP) += ip_set_macipmap.o +obj-$(CONFIG_IP_NF_SET_IPHASH) += ip_set_iphash.o +obj-$(CONFIG_IP_NF_SET_NETHASH) += ip_set_nethash.o +obj-$(CONFIG_IP_NF_SET_IPPORTHASH) += ip_set_ipporthash.o +obj-$(CONFIG_IP_NF_SET_IPTREE) += ip_set_iptree.o +obj-$(CONFIG_IP_NF_SET_IPTREEMAP) += ip_set_iptreemap.o + +# match and target +obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o +obj-$(CONFIG_IP_NF_TARGET_SET) += ipt_SET.o -- cgit v1.2.3