aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/meson.build
blob: d0901d3779a63502ffceb45c840f69f599362ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

allow_experimental_apis = true

subdir('base')
objs = [base_objs]

sources = files(
	'e1000_logs.c',
	'em_ethdev.c',
	'em_rxtx.c',
	'igb_ethdev.c',
	'igb_flow.c',
	'igb_pf.c',
	'igb_rxtx.c'
)

includes += include_directories('base')