1 # SPDX-License-Identifier: BSD-3-Clause
6 reason = 'only supported on Linux'
9 deps += ['common_dpaax', 'eventdev']
10 sources = files('base/fman/fman.c',
11 'base/fman/fman_hw.c',
12 'base/fman/netcfg_layer.c',
14 'base/qbman/bman_driver.c',
15 'base/qbman/dpaa_alloc.c',
16 'base/qbman/dpaa_sys.c',
17 'base/qbman/process.c',
19 'base/qbman/qman_driver.c',
22 if cc.has_argument('-Wno-cast-qual')
23 cflags += '-Wno-cast-qual'
25 if cc.has_argument('-Wno-pointer-arith')
26 cflags += '-Wno-pointer-arith'
29 includes += include_directories('include', 'base/qbman')