1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
8 drivers = ['aesni_gcm',
28 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
29 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
30 driver_name_fmt = 'rte_pmd_@0@'