brintos

brintos / linux-shallow public Read only

0
0
Text · 315 B · 7a46393 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Synopsys network device drivers.4#5 6obj-$(CONFIG_DWC_XLGMAC) += dwc-xlgmac.o7dwc-xlgmac-objs := dwc-xlgmac-net.o dwc-xlgmac-desc.o \8		   dwc-xlgmac-hw.o dwc-xlgmac-common.o \9		   dwc-xlgmac-ethtool.o10 11dwc-xlgmac-$(CONFIG_DWC_XLGMAC_PCI) += dwc-xlgmac-pci.o12