]> git.ipfire.org Git - thirdparty/linux.git/blame - net/netfilter/ipset/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / net / netfilter / ipset / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a7b4f989
JK
2#
3# Makefile for the ipset modules
4#
5
6ip_set-y := ip_set_core.o ip_set_getport.o pfxlen.o
7
8# ipset core
9obj-$(CONFIG_IP_SET) += ip_set.o
72205fc6
JK
10
11# bitmap types
12obj-$(CONFIG_IP_SET_BITMAP_IP) += ip_set_bitmap_ip.o
de76021a 13obj-$(CONFIG_IP_SET_BITMAP_IPMAC) += ip_set_bitmap_ipmac.o
54326190 14obj-$(CONFIG_IP_SET_BITMAP_PORT) += ip_set_bitmap_port.o
6c027889
JK
15
16# hash types
17obj-$(CONFIG_IP_SET_HASH_IP) += ip_set_hash_ip.o
c0db95c7 18obj-$(CONFIG_IP_SET_HASH_IPMAC) += ip_set_hash_ipmac.o
3b02b56c 19obj-$(CONFIG_IP_SET_HASH_IPMARK) += ip_set_hash_ipmark.o
07896ed3 20obj-$(CONFIG_IP_SET_HASH_IPPORT) += ip_set_hash_ipport.o
5663bc30 21obj-$(CONFIG_IP_SET_HASH_IPPORTIP) += ip_set_hash_ipportip.o
41d22f7b 22obj-$(CONFIG_IP_SET_HASH_IPPORTNET) += ip_set_hash_ipportnet.o
07034aea 23obj-$(CONFIG_IP_SET_HASH_MAC) += ip_set_hash_mac.o
b3837029 24obj-$(CONFIG_IP_SET_HASH_NET) += ip_set_hash_net.o
21f45020 25obj-$(CONFIG_IP_SET_HASH_NETPORT) += ip_set_hash_netport.o
e385357a 26obj-$(CONFIG_IP_SET_HASH_NETIFACE) += ip_set_hash_netiface.o
ea53ac5b 27obj-$(CONFIG_IP_SET_HASH_NETNET) += ip_set_hash_netnet.o
7c3ad056 28obj-$(CONFIG_IP_SET_HASH_NETPORTNET) += ip_set_hash_netportnet.o
f830837f
JK
29
30# list types
31obj-$(CONFIG_IP_SET_LIST_SET) += ip_set_list_set.o