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