1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4if is_windows
5 subdir_done()
6endif
7
8drivers = [
9 'isal',
10 'mlx5',
11 'nitrox',
12 'octeontx',
13 'uadk',
14 'zlib',
15]
16
17std_deps = ['compressdev'] # compressdev pulls in all other needed deps
18