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 'caam_jr', 12 'ccp', 13 'dpaa_sec', 14 'dpaa2_sec', 15 'kasumi', 16 'mvsam', 17 'nitrox', 18 'null', 19 'octeontx', 20 'octeontx2', 21 'openssl', 22 'qat', 23 'scheduler', 24 'snow3g', 25 'virtio', 26 'zuc'] 27 28std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps 29config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' 30driver_name_fmt = 'rte_pmd_@0@' 31