]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/meson.build
app/testpmd: mark most cmdline symbols as static
[dpdk.git] / drivers / mempool / meson.build
index c9609f1453cb4d35b1f3b0493655d7c5685d2f14..dc88812585ac523c8a57db750c73a73e3cf9992d 100644 (file)
@@ -1,11 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if is_windows
-       subdir_done()
-endif
+drivers = [
+        'bucket',
+        'cnxk',
+        'dpaa',
+        'dpaa2',
+        'octeontx',
+        'ring',
+        'stack',
+]
 
-drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack']
 std_deps = ['mempool']
-config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
-driver_name_fmt = 'rte_mempool_@0@'
+
+log_prefix = 'mempool'