Skip to content

Commit

Permalink
add: 15.6 intel igc
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Nov 28, 2024
1 parent b4fae79 commit 308b18f
Show file tree
Hide file tree
Showing 26 changed files with 18,167 additions and 0 deletions.
14 changes: 14 additions & 0 deletions linux/drivers/opensuse/15.6/6.4.0/intel/igc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2018 Intel Corporation

#
# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller
#

obj-m += igc-ethercat.o

igc-ethercat-objs := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o igc_phy.o \
igc_diag.o igc_ethtool.o igc_ptp.o igc_dump.o igc_tsn.o igc_xdp.o

EXTRA_CFLAGS=-I$(src)/../../../../../../
KBUILD_EXTRA_SYMBOLS=$(src)/../../../../../../Module.symvers
Loading

0 comments on commit 308b18f

Please sign in to comment.