aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorManjunath Goudar <manjunath.goudar@linaro.org>2013-09-21 07:08:39 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-26 12:53:46 -0400
commitde57a1547a4865d31094de95a029fed69edf760d (patch)
treec402770ddb7a0776a633daeae6701877561a0bae /drivers/usb/host/Makefile
parent50a97e059bc9ffe05270a1e2dd963cff1b7396bd (diff)
USB: OHCI: make ohci-omap a separate driver
Separate the TI OHCI OMAP1/2 host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM. Signed-off-by: Manjunath Goudar <manjunath.goudar@linaro.org> Signed-off-by: Deepak Saxena <dsaxena@linaro.org> Acked-by: Alan Stern <stern@rowland.harvard.edu> Cc: Felipe Balbi <balbi@ti.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 78ace5517896..b1640efad539 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -48,6 +48,7 @@ obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o
48obj-$(CONFIG_USB_OHCI_HCD_PCI) += ohci-pci.o 48obj-$(CONFIG_USB_OHCI_HCD_PCI) += ohci-pci.o
49obj-$(CONFIG_USB_OHCI_HCD_PLATFORM) += ohci-platform.o 49obj-$(CONFIG_USB_OHCI_HCD_PLATFORM) += ohci-platform.o
50obj-$(CONFIG_USB_OHCI_EXYNOS) += ohci-exynos.o 50obj-$(CONFIG_USB_OHCI_EXYNOS) += ohci-exynos.o
51obj-$(CONFIG_USB_OHCI_HCD_OMAP1) += ohci-omap.o
51 52
52obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o 53obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o
53obj-$(CONFIG_USB_FHCI_HCD) += fhci.o 54obj-$(CONFIG_USB_FHCI_HCD) += fhci.o