diff options
| author | Arun Parameswaran <arunp@broadcom.com> | 2015-10-06 15:25:48 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-10-08 07:45:46 -0400 |
| commit | a1cba5613edf50c2a213fa90c30aa10500b241b7 (patch) | |
| tree | b015ddfca52bdcb0766dbc2a6abbaf5a3417c851 /drivers/net/phy/Makefile | |
| parent | ddc24ae1fd6ae2638365b0b824750b5b2ef13ca5 (diff) | |
net: phy: Add Broadcom phy library for common interfaces
This patch adds the Broadcom phy library to consolidate common
interfaces shared by Broadcom phy's.
Moved the common interfaces to the 'bcm-phy-lib.c' and updated
the Broadcom PHY drivers to use the new APIs.
Signed-off-by: Arun Parameswaran <arunp@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
| -rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index f4e6eb9b2363..6932475a1a8a 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile | |||
| @@ -12,6 +12,7 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o | |||
| 12 | obj-$(CONFIG_SMSC_PHY) += smsc.o | 12 | obj-$(CONFIG_SMSC_PHY) += smsc.o |
| 13 | obj-$(CONFIG_TERANETICS_PHY) += teranetics.o | 13 | obj-$(CONFIG_TERANETICS_PHY) += teranetics.o |
| 14 | obj-$(CONFIG_VITESSE_PHY) += vitesse.o | 14 | obj-$(CONFIG_VITESSE_PHY) += vitesse.o |
| 15 | obj-$(CONFIG_BCM_NET_PHYLIB) += bcm-phy-lib.o | ||
| 15 | obj-$(CONFIG_BROADCOM_PHY) += broadcom.o | 16 | obj-$(CONFIG_BROADCOM_PHY) += broadcom.o |
| 16 | obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o | 17 | obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o |
| 17 | obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o | 18 | obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o |
