aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/linux/kni/ethtool/igb/meson.build
blob: 2f796ac0b200e0139a6048b6449ab50e2ba2a35c (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) 2018 Luca Boccassi <bluca@debian.org>

kni_igb_sources = files(
	'e1000_82575.c',
	'e1000_api.c',
	'e1000_i210.c',
	'e1000_mac.c',
	'e1000_manage.c',
	'e1000_mbx.c',
	'e1000_nvm.c',
	'e1000_phy.c',
	'igb_ethtool.c',
	'igb_main.c',
	'igb_param.c',
	'igb_vmdq.c')