]> Git Repo - J-u-boot.git/blame - drivers/phy/Makefile
phy: marvell: a3700: Save/restore selector reg in SGMII init
[J-u-boot.git] / drivers / phy / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
72e5016f
JJH
2#
3# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
4# Written by Jean-Jacques Hiblot <[email protected]>
72e5016f
JJH
5
6obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
3b63db37 7obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o
8e948c6f 8obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o
bcb9b502 9obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o
190c36b9 10obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o
f55c1538 11obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o
86322f59 12obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
982082d9 13obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
b7ca56dc 14obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o
2960e27e 15obj-$(CONFIG_MESON_GXL_USB_PHY) += meson-gxl-usb2.o meson-gxl-usb3.o
This page took 0.087883 seconds and 4 git commands to generate.