diff options
author | John Haechten <john.haechten@microsemi.com> | 2016-12-09 22:15:17 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2017-02-08 16:32:58 -0600 |
commit | a5fd13ad1913d9c66c47666dbedac7703a48e502 (patch) | |
tree | ec4385251f5aa5d8c25928654223f60aac82e4c2 /drivers/net/phy/Makefile | |
parent | af2cbfd6b982f7a52414ea50b2ece0290d4b748f (diff) | |
download | u-boot-a5fd13ad1913d9c66c47666dbedac7703a48e502.tar.gz |
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
Signed-off-by: John Haechten <john.haechten@microsemi.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
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 1e299b97b9..d37297122a 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -27,3 +27,4 @@ obj-$(CONFIG_PHY_TERANETICS) += teranetics.o obj-$(CONFIG_PHY_TI) += ti.o obj-$(CONFIG_PHY_XILINX) += xilinx_phy.o obj-$(CONFIG_PHY_VITESSE) += vitesse.o +obj-$(CONFIG_PHY_MSCC) += mscc.o |