aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/synopsys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/synopsys/Makefile')
-rw-r--r--drivers/net/ethernet/synopsys/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ethernet/synopsys/Makefile b/drivers/net/ethernet/synopsys/Makefile
new file mode 100644
index 000000000000..c06e2eb3be90
--- /dev/null
+++ b/drivers/net/ethernet/synopsys/Makefile
@@ -0,0 +1,9 @@
+#
+# 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