net/nfp: remove useless range checks
[dpdk.git] / drivers / dma / dpaa / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2021 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on linux'
7 endif
8
9 deps += ['dmadev', 'bus_dpaa']
10 sources = files('dpaa_qdma.c')
11
12 if cc.has_argument('-Wno-pointer-arith')
13     cflags += '-Wno-pointer-arith'
14 endif