aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 02:13:54 -0500
committerFelipe Balbi <balbi@ti.com>2010-12-10 03:21:14 -0500
commit18688fbeb09665725c842291bbadd88295a359e1 (patch)
treecf0b0af2dfe431a4895dba8198af1c4e49ad55b6 /drivers/usb/musb/Makefile
parentce40c5767a0ea1e77ca5d0b73269cb86301a35cf (diff)
usb: musb: split tusb6010 to its own platform_driver
Just adding its own platform_driver, not really using it yet. When all HW glue layers are converted, more patches will come to split power management code from musb_core and move it completely to HW glue layer. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r--drivers/usb/musb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index a48c86d9b4d0..8e0c9ad85531 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -16,11 +16,11 @@ musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o
16 16
17musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o 17musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o
18musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o 18musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o
19musb_hdrc-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
20musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o 19musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o
21 20
22obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o 21obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
23obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o 22obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o
23obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
24 24
25# the kconfig must guarantee that only one of the 25# the kconfig must guarantee that only one of the
26# possible I/O schemes will be enabled at a time ... 26# possible I/O schemes will be enabled at a time ...