]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/netfilter/Makefile
Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
[linux.git] / net / netfilter / Makefile
index 5e9b2eb243493307609fc5b42980786139a40e1b..3f572e5a975eb6985bbf8d2f3214bd732eea7bef 100644 (file)
@@ -81,7 +81,8 @@ nf_tables-objs := nf_tables_core.o nf_tables_api.o nft_chain_filter.o \
                  nft_chain_route.o nf_tables_offload.o
 
 nf_tables_set-objs := nf_tables_set_core.o \
-                     nft_set_hash.o nft_set_bitmap.o nft_set_rbtree.o
+                     nft_set_hash.o nft_set_bitmap.o nft_set_rbtree.o \
+                     nft_set_pipapo.o
 
 obj-$(CONFIG_NF_TABLES)                += nf_tables.o
 obj-$(CONFIG_NF_TABLES_SET)    += nf_tables_set.o