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 060643a1b5c8..7d1b8c82b208 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -65,3 +65,5 @@ obj-$(CONFIG_USB_COMMON) += common/ | |||
65 | obj-$(CONFIG_USBIP_CORE) += usbip/ | 65 | obj-$(CONFIG_USBIP_CORE) += usbip/ |
66 | 66 | ||
67 | obj-$(CONFIG_TYPEC) += typec/ | 67 | obj-$(CONFIG_TYPEC) += typec/ |
68 | |||
69 | obj-$(CONFIG_USB_ROLE_SWITCH) += roles/ | ||