diff options
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r-- | drivers/usb/musb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 2b82ed7c85ca..52f552c1ba2b 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile | |||
@@ -20,6 +20,9 @@ obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o | |||
20 | obj-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o | 20 | obj-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o |
21 | obj-$(CONFIG_USB_MUSB_UX500) += ux500.o | 21 | obj-$(CONFIG_USB_MUSB_UX500) += ux500.o |
22 | 22 | ||
23 | |||
24 | obj-$(CONFIG_USB_MUSB_AM335X_CHILD) += musb_am335x.o | ||
25 | |||
23 | # the kconfig must guarantee that only one of the | 26 | # the kconfig must guarantee that only one of the |
24 | # possible I/O schemes will be enabled at a time ... | 27 | # possible I/O schemes will be enabled at a time ... |
25 | # PIO only, or DMA (several potential schemes). | 28 | # PIO only, or DMA (several potential schemes). |