net/pfe: introduce basic functions
[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 += ['bus_dpaa']
8
9 sources = files('pfe_ethdev.c')