Commit a1487e9f authored by Tony Lindgren's avatar Tony Lindgren

musb: Rename g_ep0.c musb_gadget_ep0.c

Rename g_ep0.c musb_gadget_ep0.c
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6e19f259
......@@ -19,7 +19,7 @@ ifeq ($(CONFIG_ARCH_OMAP2430),y)
endif
ifeq ($(CONFIG_USB_GADGET_MUSB_HDRC),y)
musb_hdrc-objs += g_ep0.o musb_gadget.o
musb_hdrc-objs += musb_gadget_ep0.o musb_gadget.o
endif
ifeq ($(CONFIG_USB_MUSB_HDRC_HCD),y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment