summaryrefslogtreecommitdiffstats
path: root/kernel/Kbuild
blob: 312456912ebaa17a9b33dcbb798b1d5afc139cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EXTRA_CFLAGS := -I$(M)/include \
	-DCONFIG_IP_SET_MAX=$(IP_SET_MAX) \
	-DNETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \
	-DNFNL_CB_CONST=$(NFNL_CB_CONST)

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)/*~))