1 # SPDX-License-Identifier: BSD-3-Clause
4 if host_machine.system() != 'linux'
7 deps += ['common_dpaax']
9 sources = files('pfe_ethdev.c',
14 if cc.has_argument('-Wno-pointer-arith')
15 cflags += '-Wno-pointer-arith'
18 includes += include_directories('base')