summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile.ipset
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:00:42 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:00:42 +0200
commit5b20d409ef3062b24bbe7667f0daec34523446a6 (patch)
tree426e99a410b2b975460b5b0fb5a409d4381a16c8 /kernel/Makefile.ipset
parent8e0608d31d988333ff04f3faaa6e851c0ecdbc6e (diff)
Fifth stage to ipset-5
Rename files in kernel/ and get rid of old ones (2.4.x kernel tree support).
Diffstat (limited to 'kernel/Makefile.ipset')
-rw-r--r--kernel/Makefile.ipset17
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel/Makefile.ipset b/kernel/Makefile.ipset
deleted file mode 100644
index fe42cc1..0000000
--- a/kernel/Makefile.ipset
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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_IPPORTIPHASH) += ip_set_ipportiphash.o
-obj-$(CONFIG_IP_NF_SET_IPPORTNETHASH) += ip_set_ipportnethash.o
-obj-$(CONFIG_IP_NF_SET_IPTREE) += ip_set_iptree.o
-obj-$(CONFIG_IP_NF_SET_IPTREEMAP) += ip_set_iptreemap.o
-obj-$(CONFIG_IP_NF_SET_SETLIST) += ip_set_setlist.o
-
-# match and target
-obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
-obj-$(CONFIG_IP_NF_TARGET_SET) += ipt_SET.o