mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
This patch adds support for statistics counters for the network interfaces. Also adds support for configuring the network interface via ethtool like: speed, duplex etc. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
265 B
Makefile
10 lines
265 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Microchip Lan966x network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o
|
|
|
|
lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \
|
|
lan966x_mac.o lan966x_ethtool.o
|