USB: ch341: forward USB errors to USB serial core
[pandora-kernel.git] / drivers / usb / Makefile
index 30ddf8d..75eca76 100644 (file)
@@ -6,6 +6,8 @@
 
 obj-$(CONFIG_USB)              += core/
 
+obj-$(CONFIG_USB_DWC3)         += dwc3/
+
 obj-$(CONFIG_USB_MON)          += mon/
 
 obj-$(CONFIG_PCI)              += host/
@@ -51,3 +53,5 @@ obj-$(CONFIG_USB_MUSB_HDRC)   += musb/
 obj-$(CONFIG_USB_RENESAS_USBHS)        += renesas_usbhs/
 obj-$(CONFIG_USB_OTG_UTILS)    += otg/
 obj-$(CONFIG_USB_GADGET)       += gadget/
+
+obj-$(CONFIG_USB_COMMON)       += usb-common.o