diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 07:19:35 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 08:21:16 (GMT) |
commit | 8ceae51ed5d1739d4ed5c4b947d12ff1d7df0e89 (patch) | |
tree | e804ca6410e24a239ee826fc44e200dfbf502ca1 /drivers/usb/musb/Makefile | |
parent | 73b089b052a69020b953312a624a6e1eb5b81fab (diff) | |
download | linux-8ceae51ed5d1739d4ed5c4b947d12ff1d7df0e89.tar.xz |
usb: musb: split da8xx 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 2692eeb..d2a0129 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile @@ -14,13 +14,13 @@ musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o # Hardware Glue Layer -musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o obj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o +obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o # the kconfig must guarantee that only one of the # possible I/O schemes will be enabled at a time ... |