summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm/emac/Makefile
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2016-12-08 13:24:20 -0600
committerDavid S. Miller <davem@davemloft.net>2016-12-09 22:11:02 -0500
commit1e88ab6fbbaacbd79dd14ab9ceec7a595611248d (patch)
tree2ea604d7ae61ee4b2afffe7adfbf08c2681d6992 /drivers/net/ethernet/qualcomm/emac/Makefile
parentf006b2c5dff35cb32ee77a0cbcabb52d90118c19 (diff)
net: qcom/emac: move phy init code to separate files
The internal PHY of the EMAC differs on each SOC, and the list will only continue to grow. By separating the code into individual files, we can add support for more SOCs more cleanly. Note: The internal PHY is also sometimes called the SGMII device. We also stop referring to the various PHY variations by version number, so no more "v2", "v3", etc. Instead, the devices are named after the SOC they are, which is in sync with the device tree property names. Future patches will probably rearrange more code among the files. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm/emac/Makefile')
-rw-r--r--drivers/net/ethernet/qualcomm/emac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qualcomm/emac/Makefile b/drivers/net/ethernet/qualcomm/emac/Makefile
index 01ee144c6386..204b787183ab 100644
--- a/drivers/net/ethernet/qualcomm/emac/Makefile
+++ b/drivers/net/ethernet/qualcomm/emac/Makefile
@@ -4,4 +4,5 @@
obj-$(CONFIG_QCOM_EMAC) += qcom-emac.o
-qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o
+qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o \
+ emac-sgmii-fsm9900.o emac-sgmii-qdf2432.o