diff options
-rw-r--r-- | drivers/usb/common/Makefile | 4 | ||||
-rw-r--r-- | drivers/usb/common/common.c (renamed from drivers/usb/common/usb-common.c) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/common/Makefile b/drivers/usb/common/Makefile index 752646167e1e..052c12069c24 100644 --- a/drivers/usb/common/Makefile +++ b/drivers/usb/common/Makefile | |||
@@ -2,5 +2,7 @@ | |||
2 | # Makefile for the usb common parts. | 2 | # Makefile for the usb common parts. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_USB_COMMON) += usb-common.o | 5 | obj-$(CONFIG_USB_COMMON) += usb-common.o |
6 | usb-common-y += common.o | ||
7 | |||
6 | obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o | 8 | obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o |
diff --git a/drivers/usb/common/usb-common.c b/drivers/usb/common/common.c index b530fd403ffb..b530fd403ffb 100644 --- a/drivers/usb/common/usb-common.c +++ b/drivers/usb/common/common.c | |||