Makefile 280 B

12345678910
  1. #
  2. # Makefile for the Synopsys network device drivers.
  3. #
  4. obj-$(CONFIG_DWC_XLGMAC) += dwc-xlgmac.o
  5. dwc-xlgmac-objs := dwc-xlgmac-net.o dwc-xlgmac-desc.o \
  6. dwc-xlgmac-hw.o dwc-xlgmac-common.o \
  7. dwc-xlgmac-ethtool.o
  8. dwc-xlgmac-$(CONFIG_DWC_XLGMAC_PCI) += dwc-xlgmac-pci.o