summaryrefslogtreecommitdiffstats
path: root/kernel/Kbuild
blob: dca009ad7553276a0c12808ceb74b7dbd5fcb6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EXTRA_CFLAGS := -I$(M)/include \
	-DCONFIG_IP_SET_MAX=$(IP_SET_MAX)

obj-m += ip_set.o xt_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 ip_set_hash_ipport.o ip_set_hash_ipportip.o
obj-m += ip_set_hash_net.o ip_set_hash_ipportnet.o ip_set_hash_netport.o
obj-m += ip_set_list_set.o

# It's for me...
incdirs := $(M) $(M)/include/linux/netfilter $(M)/include/linux/netfilter/ipset
clean-files := $(foreach dir,$(incdirs),$(wildcard $(dir)/*~))