2017-04-24 09:51:27 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
# Written by Jean-Jacques Hiblot <jjhiblot@ti.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
|
2017-04-24 09:51:28 +00:00
|
|
|
obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
|
2017-04-24 09:51:29 +00:00
|
|
|
obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
|