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