mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08: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
|