Merge git://git.denx.de/u-boot-imx
[oweals/u-boot.git] / drivers / phy / Makefile
1 #
2 # Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3 # Written by Jean-Jacques Hiblot  <jjhiblot@ti.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
9 obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o
10 obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o
11 obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o
12 obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o
13 obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o
14 obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
15 obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
16 obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o
17 obj-$(CONFIG_MESON_GXL_USB_PHY) += meson-gxl-usb2.o meson-gxl-usb3.o