3e1a228a3ffcb5ba9bd07d562aa88b576e4fab22
[dpdk.git] / drivers / net / pfe / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2019 NXP
3
4 if host_machine.system() != 'linux'
5         build = false
6 endif
7 deps += ['common_dpaax']
8
9 sources = files('pfe_ethdev.c',
10                 'pfe_hal.c',
11                 'pfe_hif_lib.c',
12                 'pfe_hif.c')
13
14 if cc.has_argument('-Wno-pointer-arith')
15         cflags += '-Wno-pointer-arith'
16 endif
17
18 includes += include_directories('base')