diff options
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index a419c42e880e..19ede32f0df1 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -19,6 +19,8 @@ obj-$(CONFIG_USB_R8A66597_HCD) += host/ | |||
19 | 19 | ||
20 | obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ | 20 | obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ |
21 | 21 | ||
22 | obj-$(CONFIG_USB_WUSB) += wusbcore/ | ||
23 | |||
22 | obj-$(CONFIG_USB_ACM) += class/ | 24 | obj-$(CONFIG_USB_ACM) += class/ |
23 | obj-$(CONFIG_USB_PRINTER) += class/ | 25 | obj-$(CONFIG_USB_PRINTER) += class/ |
24 | 26 | ||