1 # SPDX-License-Identifier: BSD-3-Clause
6 reason = 'only supported on linux'
8 deps += ['mempool_dpaa']
10 sources = files('dpaa_ethdev.c',
13 if cc.has_argument('-Wno-pointer-arith')
14 cflags += '-Wno-pointer-arith'
17 install_headers('rte_pmd_dpaa.h')