diff options
| author | Felipe Balbi <balbi@ti.com> | 2013-03-07 04:01:15 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 05:18:04 -0400 |
| commit | a0e631235a04f8a815a1ecec93ef418f7d1e6086 (patch) | |
| tree | 448db1daeeab6801efdedf77e25823ee27a403c8 /drivers/usb/phy/Makefile | |
| parent | 110ff6d04162a8a3b288019eaf84dee0800270e0 (diff) | |
usb: phy: move all PHY drivers to drivers/usb/phy/
that's a much more reasonable location for
those drivers. It helps us saving drivers/usb/otg/
for when we actually start adding generic OTG
code.
Also completely delete drivers/usb/otg/ as there's
nothing left there.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Makefile')
| -rw-r--r-- | drivers/usb/phy/Makefile | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index 9fa6327d4c52..34488ceef491 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile | |||
| @@ -5,11 +5,27 @@ | |||
| 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG | 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG |
| 6 | 6 | ||
| 7 | obj-$(CONFIG_USB_OTG_UTILS) += phy.o | 7 | obj-$(CONFIG_USB_OTG_UTILS) += phy.o |
| 8 | |||
| 9 | # transceiver drivers, keep the list sorted | ||
| 10 | |||
| 11 | obj-$(CONFIG_AB8500_USB) += ab8500-usb.o | ||
| 12 | fsl_usb2_otg-objs := fsl_otg.o otg_fsm.o | ||
| 13 | obj-$(CONFIG_FSL_USB2_OTG) += fsl_usb2_otg.o | ||
| 14 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o | ||
| 15 | obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o | ||
| 16 | obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o | ||
| 17 | obj-$(CONFIG_OMAP_CONTROL_USB) += omap-control-usb.o | ||
| 8 | obj-$(CONFIG_OMAP_USB2) += omap-usb2.o | 18 | obj-$(CONFIG_OMAP_USB2) += omap-usb2.o |
| 9 | obj-$(CONFIG_OMAP_USB3) += omap-usb3.o | 19 | obj-$(CONFIG_OMAP_USB3) += omap-usb3.o |
| 10 | obj-$(CONFIG_OMAP_CONTROL_USB) += omap-control-usb.o | 20 | obj-$(CONFIG_SAMSUNG_USBPHY) += samsung-usbphy.o |
| 21 | obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o | ||
| 22 | obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o | ||
| 23 | obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o | ||
| 24 | obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o | ||
| 11 | obj-$(CONFIG_USB_ISP1301) += isp1301.o | 25 | obj-$(CONFIG_USB_ISP1301) += isp1301.o |
| 12 | obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o | 26 | obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o |
| 13 | obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o | 27 | obj-$(CONFIG_USB_MV_OTG) += mv_otg.o |
| 28 | obj-$(CONFIG_USB_MXS_PHY) += mxs-phy.o | ||
| 14 | obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o | 29 | obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o |
| 15 | obj-$(CONFIG_SAMSUNG_USBPHY) += samsung-usbphy.o | 30 | obj-$(CONFIG_USB_ULPI) += ulpi.o |
| 31 | obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o | ||
