xref: /linux/drivers/net/ethernet/qualcomm/emac/Makefile (revision e08a1d97d33e2ac05cd368b955f9fdc2823f15fd)
1#
2# Makefile for the Qualcomm Technologies, Inc. EMAC Gigabit Ethernet driver
3#
4
5obj-$(CONFIG_QCOM_EMAC) += qcom-emac.o
6
7qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o
8