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

subdir('base')
objs = [base_objs]

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

includes += include_directories('base')