New upstream version 18.11-rc1
[deb_dpdk.git] / kernel / linux / kni / ethtool / igb / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4 kni_igb_sources = files(
5         'e1000_82575.c',
6         'e1000_api.c',
7         'e1000_i210.c',
8         'e1000_mac.c',
9         'e1000_manage.c',
10         'e1000_mbx.c',
11         'e1000_nvm.c',
12         'e1000_phy.c',
13         'igb_ethtool.c',
14         'igb_main.c',
15         'igb_param.c',
16         'igb_vmdq.c')