]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/kernel/linux/kni/ethtool/ixgbe/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / kernel / linux / kni / ethtool / ixgbe / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4 kni_ixgbe_sources = files(
5 'ixgbe_82598.c',
6 'ixgbe_82599.c',
7 'ixgbe_api.c',
8 'ixgbe_common.c',
9 'ixgbe_ethtool.c',
10 'ixgbe_main.c',
11 'ixgbe_phy.c',
12 'ixgbe_x540.c',
13 'kcompat.c')