net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / bcmfs / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Broadcom
3 # All rights reserved.
4 #
5
6 if is_windows
7     build = false
8     reason = 'not supported on Windows'
9     subdir_done()
10 endif
11
12 deps += ['eal', 'bus_vdev']
13 sources = files(
14         'bcmfs_logs.c',
15         'bcmfs_device.c',
16         'bcmfs_vfio.c',
17         'bcmfs_qp.c',
18         'hw/bcmfs4_rm.c',
19         'hw/bcmfs5_rm.c',
20         'hw/bcmfs_rm_common.c',
21         'bcmfs_sym_pmd.c',
22         'bcmfs_sym_capabilities.c',
23         'bcmfs_sym_session.c',
24         'bcmfs_sym.c',
25         'bcmfs_sym_engine.c',
26 )