summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/drivers/net/enetc/meson.build
blob: bea54bea882771ca0e608b1bd6c32bf1ab72bd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

if not is_linux
	build = false
	reason = 'only supported on linux'
endif

deps += ['common_dpaax']
sources = files('enetc_ethdev.c',
		'enetc_rxtx.c')

includes += include_directories('base')