]> Git Repo - u-boot.git/blob - drivers/phy/Makefile
usb: phy: Add STi USB2 PHY
[u-boot.git] / drivers / phy / Makefile
1 #
2 # Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3 # Written by Jean-Jacques Hiblot  <[email protected]>
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_PHY_SANDBOX) += sandbox-phy.o
11 obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
12 obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o
This page took 0.027223 seconds and 4 git commands to generate.