mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
65e0ace2c5
Synopsys provides a new DesignWare Core Enterprise Ethernet MAC IP (DWC-XLGMAC) for Ethernet designs. It is compliant with the IEEE 802.3-2012 specifications, including IEEE 802.3ba and consortium specifications. This patch provides the initial 25G/40G/50G/100G Ethernet driver for Synopsys XLGMAC IP Prototyping Kit. Signed-off-by: Jie Deng <jiedeng@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
252 B
Makefile
10 lines
252 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-$(CONFIG_DWC_XLGMAC_PCI) += dwc-xlgmac-pci.o
|