build: replace license text with SPDX tag
[dpdk.git] / drivers / mempool / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 drivers = ['ring', 'stack']
5 std_deps = ['mempool']
6 config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
7 driver_name_fmt = 'rte_mempool_@0@'