mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 07:25:14 +07:00
617d795c7c
Added basic ethtool support. Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
162 B
Makefile
7 lines
162 B
Makefile
#
|
|
# Makefile for APM X-Gene Ethernet v2 driver
|
|
#
|
|
|
|
xgene-enet-v2-objs := main.o mac.o enet.o ring.o mdio.o ethtool.o
|
|
obj-$(CONFIG_NET_XGENE_V2) += xgene-enet-v2.o
|