synology-igc/Makefile
Jim Ma 39325a3bce support ethtool ops
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2022-10-26 17:11:07 +00:00

13 lines
306 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2018 Intel Corporation
#
# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller
#
obj-m = igc.o
# TODO enable ethtool api
igc-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