]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/meson.build
net/iavf: support NAT-T / UDP encapsulation
[dpdk.git] / drivers / mempool / meson.build
index a6ddd35b2bbf8c05fd4f02b0851e98f0ad78d9dd..dc88812585ac523c8a57db750c73a73e3cf9992d 100644 (file)
@@ -1,6 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack']
+drivers = [
+        'bucket',
+        'cnxk',
+        'dpaa',
+        'dpaa2',
+        'octeontx',
+        'ring',
+        'stack',
+]
+
 std_deps = ['mempool']
-config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
+
+log_prefix = 'mempool'