1 # SPDX-License-Identifier: BSD-3-Clause
6 if host_machine.system() != 'linux'
10 deps += ['common_dpaax', 'eventdev', 'kvargs']
11 sources = files('fslmc_bus.c',
20 'portal/dpaa2_hw_dpbp.c',
21 'portal/dpaa2_hw_dpci.c',
22 'portal/dpaa2_hw_dpio.c',
23 'qbman/qbman_portal.c',
24 'qbman/qbman_debug.c')
26 allow_experimental_apis = true
28 includes += include_directories('mc', 'qbman/include', 'portal')