mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

Add support for the following ethtool commands: ethtool -i|--driver devname ethtool devname ethtool -S|--statistics devname Signed-off-by: Shinas Rasheed <srasheed@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
285 B
Makefile
11 lines
285 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Network driver for Marvell's Octeon PCI Endpoint NIC VF
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEON_EP_VF) += octeon_ep_vf.o
|
|
|
|
octeon_ep_vf-y := octep_vf_main.o octep_vf_cn9k.o octep_vf_cnxk.o \
|
|
octep_vf_tx.o octep_vf_rx.o octep_vf_mbox.o \
|
|
octep_vf_ethtool.o
|