1ba8216f0b
As part of this patch: 1. Moved existing tegra phy driver to drivers/USB directory. 2. Added standard USB phy driver APIs to tegra phy driver. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
10 lines
217 B
Makefile
10 lines
217 B
Makefile
#
|
|
# Makefile for physical layer USB drivers
|
|
#
|
|
|
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_USB_ISP1301) += isp1301.o
|
|
obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o
|
|
obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o
|