net/ena: rework RSS configuration
[dpdk.git] / drivers / net / pfe / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2019 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on Linux'
7 endif
8 deps += ['common_dpaax']
9
10 sources = files(
11         'pfe_ethdev.c',
12         'pfe_hal.c',
13         'pfe_hif_lib.c',
14         'pfe_hif.c',
15 )
16
17 if cc.has_argument('-Wno-pointer-arith')
18     cflags += '-Wno-pointer-arith'
19 endif
20
21 includes += include_directories('base')