469c6111a7
Add RX and TX queue setup, datapath functions Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
12 lines
213 B
Meson
12 lines
213 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
if host_machine.system() != 'linux'
|
|
build = false
|
|
endif
|
|
|
|
sources = files('enetc_ethdev.c',
|
|
'enetc_rxtx.c')
|
|
|
|
includes += include_directories('base')
|