1 # SPDX-License-Identifier: BSD-3-Clause
4 if host_machine.system() != 'linux'
8 deps += ['eventdev', 'kvargs']
9 sources = files('fslmc_bus.c',
18 'portal/dpaa2_hw_dpbp.c',
19 'portal/dpaa2_hw_dpci.c',
20 'portal/dpaa2_hw_dpio.c',
21 'qbman/qbman_portal.c',
22 'qbman/qbman_debug.c')
24 allow_experimental_apis = true
26 includes += include_directories('mc', 'qbman/include', 'portal')
27 cflags += ['-D_GNU_SOURCE']