forked from Minki/linux
d4d49bc145
It is necessary to provide ethtool support for displaying and modifying parameters of dwc-xlgmac. Signed-off-by: Jie Deng <jiedeng@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
280 B
Makefile
11 lines
280 B
Makefile
#
|
|
# Makefile for the Synopsys network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_DWC_XLGMAC) += dwc-xlgmac.o
|
|
dwc-xlgmac-objs := dwc-xlgmac-net.o dwc-xlgmac-desc.o \
|
|
dwc-xlgmac-hw.o dwc-xlgmac-common.o \
|
|
dwc-xlgmac-ethtool.o
|
|
|
|
dwc-xlgmac-$(CONFIG_DWC_XLGMAC_PCI) += dwc-xlgmac-pci.o
|