xref: /openbmc/u-boot/drivers/usb/phy/Makefile (revision fcf2fba4)
1#
2# Copyright (c) 2009 Wind River Systems, Inc.
3# Tom Rix <Tom.Rix@windriver.com>
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-$(CONFIG_TWL4030_USB) += twl4030.o
9obj-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o
10obj-$(CONFIG_ROCKCHIP_USB2_PHY) += rockchip_usb2_phy.o
11