Skip to content

Commit 39534aa

Browse files
committed
x86: backport I226 support for kernel 5.4
1 parent 790f6e6 commit 39534aa

24 files changed

+13757
-9343
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
# Copyright (c) 2018 Intel Corporation
3+
4+
#
5+
# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller
6+
#
7+
8+
obj-$(CONFIG_IGC) += igc.o
9+
10+
igc-objs := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o igc_phy.o \
11+
igc_diag.o igc_ethtool.o igc_ptp.o igc_dump.o igc_tsn.o

0 commit comments

Comments
 (0)