aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Makefile
blob: 1a579a860a037b3b9226839c0d5fa7981a5d0687 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for physical layer USB drivers
#

ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG

obj-$(CONFIG_OMAP_USB2)			+= omap-usb2.o
obj-$(CONFIG_USB_ISP1301)		+= isp1301.o
obj-$(CONFIG_MV_U3D_PHY)		+= mv_u3d_phy.o
obj-$(CONFIG_USB_EHCI_TEGRA)	+= tegra_usb_phy.o
obj-$(CONFIG_USB_RCAR_PHY)		+= rcar-phy.o