Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jie Deng | 65e0ace | 2017-03-08 14:06:18 +0800 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the Synopsys network device drivers. |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_DWC_XLGMAC) += dwc-xlgmac.o |
| 7 | dwc-xlgmac-objs := dwc-xlgmac-net.o dwc-xlgmac-desc.o \ |
Jie Deng | d4d49bc | 2017-04-12 13:10:06 +0800 | [diff] [blame] | 8 | dwc-xlgmac-hw.o dwc-xlgmac-common.o \ |
| 9 | dwc-xlgmac-ethtool.o |
Jie Deng | 65e0ace | 2017-03-08 14:06:18 +0800 | [diff] [blame] | 10 | |
| 11 | dwc-xlgmac-$(CONFIG_DWC_XLGMAC_PCI) += dwc-xlgmac-pci.o |