mirror of https://github.com/F-Stack/f-stack.git
26 lines
474 B
Meson
26 lines
474 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
|
|
drivers = [
|
|
'armv8',
|
|
'bcmfs',
|
|
'caam_jr',
|
|
'ccp',
|
|
'cnxk',
|
|
'dpaa_sec',
|
|
'dpaa2_sec',
|
|
'ipsec_mb',
|
|
'mlx5',
|
|
'mvsam',
|
|
'nitrox',
|
|
'null',
|
|
'octeontx',
|
|
'octeontx2',
|
|
'openssl',
|
|
'scheduler',
|
|
'virtio',
|
|
]
|
|
|
|
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
|