aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mempool/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mempool/meson.build')
-rw-r--r--drivers/mempool/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mempool/meson.build b/drivers/mempool/meson.build
new file mode 100644
index 00000000..59918560
--- /dev/null
+++ b/drivers/mempool/meson.build
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+drivers = ['ring', 'stack', 'octeontx']
+std_deps = ['mempool']
+config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
+driver_name_fmt = 'rte_mempool_@0@'