mbuf: extend meaning of QinQ stripped bit
[dpdk.git] / drivers / mempool / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack']
9 std_deps = ['mempool']
10 config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
11 driver_name_fmt = 'rte_mempool_@0@'