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.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mempool/meson.build b/drivers/mempool/meson.build
index 59918560..4527d980 100644
--- a/drivers/mempool/meson.build
+++ b/drivers/mempool/meson.build
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-drivers = ['ring', 'stack', 'octeontx']
+drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'ring', 'stack']
std_deps = ['mempool']
config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
driver_name_fmt = 'rte_mempool_@0@'