Skip to content

Commit

Permalink
add: opensuse 15.4 intel igc
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Nov 28, 2024
1 parent e9ddadd commit b4fae79
Show file tree
Hide file tree
Showing 25 changed files with 16,824 additions and 0 deletions.
14 changes: 14 additions & 0 deletions linux/drivers/opensuse/15.4/5.14.21/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 b4fae79

Please sign in to comment.