aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/compress/meson.build
blob: 817ef3be42246116d2e113660c01d9b182e2a619 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

drivers = ['isal', 'octeontx', 'qat', 'zlib']

std_deps = ['compressdev'] # compressdev pulls in all other needed deps
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
driver_name_fmt = 'rte_pmd_@0@'