Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa923ef1 authored by Michal Sojka's avatar Michal Sojka Committed by Greg Kroah-Hartman
Browse files

usb: Rename usb-common.c



In the next commit, we will want the usb-common module to be composed of
two object files. Since Kbuild cannot "append" another object to an
existing one, we need to rename usb-common.c to something
else (common.c) and create usb-common.o by linking the wanted objects
together. Currently, usb-common.o comprises only common.o.

Signed-off-by: default avatarMichal Sojka <sojka@merica.cz>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Tested-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 304f7e5e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,4 +3,6 @@
#

obj-$(CONFIG_USB_COMMON)	  += usb-common.o
usb-common-y			  += common.o

obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o