1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4if is_windows 5 subdir_done() 6endif 7 8drivers = [ 9 'aesni_gcm', 10 'aesni_mb', 11 'armv8', 12 'bcmfs', 13 'caam_jr', 14 'ccp', 15 'dpaa_sec', 16 'dpaa2_sec', 17 'kasumi', 18 'mvsam', 19 'nitrox', 20 'null', 21 'octeontx', 22 'octeontx2', 23 'openssl', 24 'scheduler', 25 'snow3g', 26 'virtio', 27 'zuc', 28] 29 30std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps 31