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

drivers = ['isal']

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