build: disable experimental API check internally
[dpdk.git] / drivers / net / dpaa / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018 NXP
3
4 if not is_linux
5         build = false
6         reason = 'only supported on linux'
7 endif
8 deps += ['mempool_dpaa']
9
10 sources = files('dpaa_ethdev.c',
11                 'dpaa_rxtx.c')
12
13 if cc.has_argument('-Wno-pointer-arith')
14         cflags += '-Wno-pointer-arith'
15 endif
16
17 install_headers('rte_pmd_dpaa.h')