summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/Makefile
blob: ea1c85e28af12fecc96c82fab76662ab3321b157 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the ipset modules
#

ip_set-y := ip_set_core.o ip_set_getport.o pfxlen.o

# ipset core
obj-$(CONFIG_IP_SET) += ip_set.o

# bitmap types
obj-$(CONFIG_IP_SET_BITMAP_IP) += ip_set_bitmap_ip.o