2018-05-09 17:14:26 +01:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
|
2020-06-29 15:37:39 +03:00
|
|
|
if is_windows
|
|
|
|
subdir_done()
|
|
|
|
endif
|
|
|
|
|
2021-01-20 11:29:26 +00:00
|
|
|
drivers = ['isal', 'mlx5', 'octeontx', 'zlib']
|
2018-05-09 17:14:26 +01:00
|
|
|
|
|
|
|
std_deps = ['compressdev'] # compressdev pulls in all other needed deps
|