aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 02:21:05 -0500
committerFelipe Balbi <balbi@ti.com>2010-12-10 03:21:16 -0500
commit9cb0308eec7a965136fe9fc6d1be3548c01a4a1e (patch)
tree7aa08956e8396c0e4fa77c94d0af62bbca5cf022 /drivers/usb/musb/Makefile
parent8ceae51ed5d1739d4ed5c4b947d12ff1d7df0e89 (diff)
usb: musb: split blackfin to its own platform_driver
Just adding its own platform_driver, not really using it yet. Later 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/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index d2a012917887..61f46affcf7a 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -13,14 +13,12 @@ musb_hdrc-$(CONFIG_USB_MUSB_HDRC_HCD) += musb_virthub.o musb_host.o
13musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o 13musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o
14 14
15# Hardware Glue Layer 15# Hardware Glue Layer
16
17musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o
18
19obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o 16obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
20obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o 17obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o
21obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o 18obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
22obj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o 19obj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o
23obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o 20obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o
21obj-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o
24 22
25# the kconfig must guarantee that only one of the 23# the kconfig must guarantee that only one of the
26# possible I/O schemes will be enabled at a time ... 24# possible I/O schemes will be enabled at a time ...