diff options
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 239f050efa35..9bc8aeb3c96f 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -45,3 +45,8 @@ obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/ | |||
45 | 45 | ||
46 | obj-$(CONFIG_USB_ATM) += atm/ | 46 | obj-$(CONFIG_USB_ATM) += atm/ |
47 | obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ | 47 | obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ |
48 | |||
49 | obj-$(CONFIG_USB_MUSB_HDRC) += musb/ | ||
50 | obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs/ | ||
51 | obj-$(CONFIG_USB_OTG_UTILS) += otg/ | ||
52 | obj-$(CONFIG_USB_GADGET) += gadget/ | ||