xref: /rk3399_rockchip-uboot/drivers/phy/Makefile (revision 89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144)
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
8obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
9obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
10obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
11