net/i40e: fix bitmap free
[dpdk.git] / drivers / compress / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['isal', 'octeontx', 'qat', 'zlib']
9
10 std_deps = ['compressdev'] # compressdev pulls in all other needed deps
11 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
12 driver_name_fmt = 'rte_pmd_@0@'