diff options
author | Tom Rini | 2018-03-21 18:58:03 -0400 |
---|---|---|
committer | Tom Rini | 2018-03-21 18:58:03 -0400 |
commit | 2511930193a420eb8bb6cfa9c60912626f68ae67 (patch) | |
tree | b57dc223e6c3acd2d0cb6e08859286cf23606bc0 /drivers/phy/Makefile | |
parent | 9c0e2f6ed391f199ba1bf30c7d0b71123a012958 (diff) | |
parent | 358daa5b22f27d0e130ad1eb159b8b2c3c9e1011 (diff) |
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 668040b0bb7..68087ae3b13 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -7,6 +7,10 @@ obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o +obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o +obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o +obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o +obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o |