f-stack/dpdk/drivers/compress/meson.build

12 lines
266 B
Meson
Raw Normal View History

2019-06-25 11:12:58 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
2021-02-05 08:48:47 +00:00
if is_windows
subdir_done()
endif
drivers = ['isal', 'octeontx', 'zlib']
2019-06-25 11:12:58 +00:00
std_deps = ['compressdev'] # compressdev pulls in all other needed deps
2021-02-05 08:48:47 +00:00
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'