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