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

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')