7d5cfaa750
Running "./devtools/check-meson.py --fix" on the DPDK repo fixes a number of issues with whitespace and formatting of files: * indentation of lists * missing trailing commas on final list element * multiple list entries per line when list is not all single-line Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
21 lines
469 B
Meson
21 lines
469 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(C) 2020 Broadcom
|
|
# All rights reserved.
|
|
#
|
|
|
|
deps += ['eal', 'bus_vdev']
|
|
sources = files(
|
|
'bcmfs_logs.c',
|
|
'bcmfs_device.c',
|
|
'bcmfs_vfio.c',
|
|
'bcmfs_qp.c',
|
|
'hw/bcmfs4_rm.c',
|
|
'hw/bcmfs5_rm.c',
|
|
'hw/bcmfs_rm_common.c',
|
|
'bcmfs_sym_pmd.c',
|
|
'bcmfs_sym_capabilities.c',
|
|
'bcmfs_sym_session.c',
|
|
'bcmfs_sym.c',
|
|
'bcmfs_sym_engine.c',
|
|
)
|