# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Synopsys network device drivers. # obj-$([31mCONFIG_DWC_XLGMAC[0m) += 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-$([31mCONFIG_DWC_XLGMAC_PCI[0m) += dwc-xlgmac-pci.o |