aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/linux/kni/ethtool/ixgbe/meson.build
blob: 73248b13e4fc6852ad673ef26599d99623e6024b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>

kni_ixgbe_sources = files(
	'ixgbe_82598.c',
	'ixgbe_82599.c',
	'ixgbe_api.c',
	'ixgbe_common.c',
	'ixgbe_ethtool.c',
	'ixgbe_main.c',
	'ixgbe_phy.c',
	'ixgbe_x540.c',
	'kcompat.c')