summaryrefslogtreecommitdiffstats
path: root/kernel/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Kbuild')
-rw-r--r--kernel/Kbuild21
1 files changed, 11 insertions, 10 deletions
diff --git a/kernel/Kbuild b/kernel/Kbuild
index 9757a4a..c171711 100644
--- a/kernel/Kbuild
+++ b/kernel/Kbuild
@@ -1,14 +1,15 @@
EXTRA_CFLAGS := -I$(M)/include \
- -DCONFIG_IP_NF_SET_MAX=$(IP_NF_SET_MAX) \
- -DCONFIG_IP_NF_SET_HASHSIZE=$(IP_NF_SET_HASHSIZE)
+ -DCONFIG_IP_SET_MAX=$(IP_SET_MAX)
-obj-m += ip_set.o ipt_set.o ipt_SET.o
-obj-m += ip_set_ipmap.o ip_set_macipmap.o ip_set_portmap.o
-obj-m += ip_set_iphash.o ip_set_nethash.o ip_set_ipporthash.o
-obj-m += ip_set_ipportiphash.o ip_set_ipportnethash.o
-obj-m += ip_set_iptree.o ip_set_iptreemap.o
-obj-m += ip_set_setlist.o
+obj-m += ip_set.o
+#ipt_set.o ipt_SET.o
+obj-m += ip_set_bitmap_ip.o ip_set_bitmap_ipmac.o ip_set_bitmap_port.o
+obj-m += ip_set_hash_ip.o
+#obj-m += ip_set_iphash.o ip_set_nethash.o ip_set_ipporthash.o
+#obj-m += ip_set_ipportiphash.o ip_set_ipportnethash.o
+#obj-m += ip_set_iptree.o ip_set_iptreemap.o
+#obj-m += ip_set_setlist.o
# It's for me...
-incdirs := $(M) $(M)/include/linux/netfilter_ipv4
-clean-files := $(foreach dir,$(incdirs),$(wildcard $(dir)/*~)) *.m.c
+incdirs := $(M) $(M)/include/linux/netfilter
+clean-files := $(foreach dir,$(incdirs),$(wildcard $(dir)/*~))