1 # SPDX-License-Identifier: BSD-3-Clause
6 reason = 'only supported on Linux'
9 deps += ['common_dpaax', 'eventdev', 'kvargs']
10 sources = files('fslmc_bus.c',
19 'portal/dpaa2_hw_dpbp.c',
20 'portal/dpaa2_hw_dpci.c',
21 'portal/dpaa2_hw_dpio.c',
22 'qbman/qbman_portal.c',
23 'qbman/qbman_debug.c')
25 includes += include_directories('mc', 'qbman/include', 'portal')