netfilter: nftables: comment indirect serialization of commit_mutex with rtnl_mutex
[linux-2.6-microblaze.git] / net / netfilter / Makefile
index 3f572e5..0e0ded8 100644 (file)
@@ -78,14 +78,17 @@ nf_tables-objs := nf_tables_core.o nf_tables_api.o nft_chain_filter.o \
                  nf_tables_trace.o nft_immediate.o nft_cmp.o nft_range.o \
                  nft_bitwise.o nft_byteorder.o nft_payload.o nft_lookup.o \
                  nft_dynset.o nft_meta.o nft_rt.o nft_exthdr.o \
-                 nft_chain_route.o nf_tables_offload.o
+                 nft_chain_route.o nf_tables_offload.o \
+                 nft_set_hash.o nft_set_bitmap.o nft_set_rbtree.o \
+                 nft_set_pipapo.o
 
-nf_tables_set-objs := nf_tables_set_core.o \
-                     nft_set_hash.o nft_set_bitmap.o nft_set_rbtree.o \
-                     nft_set_pipapo.o
+ifdef CONFIG_X86_64
+ifndef CONFIG_UML
+nf_tables-objs += nft_set_pipapo_avx2.o
+endif
+endif
 
 obj-$(CONFIG_NF_TABLES)                += nf_tables.o
-obj-$(CONFIG_NF_TABLES_SET)    += nf_tables_set.o
 obj-$(CONFIG_NFT_COMPAT)       += nft_compat.o
 obj-$(CONFIG_NFT_CONNLIMIT)    += nft_connlimit.o
 obj-$(CONFIG_NFT_NUMGEN)       += nft_numgen.o