Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1550799
| From | Felipe Balbi <balbi@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH] usb: dwc3: add support for OTG driver compilation |
| Date | 2017-01-04 14:50 +0100 |
| Message-ID | <sVU6Z-5lr-5@gated-at.bofh.it> (permalink) |
| References | <sVTXk-5hJ-63@gated-at.bofh.it> <sVU6Z-5lr-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi, Manish Narani <manish.narani@xilinx.com> writes: > This patch adds support for OTG driver compilation and object > file creation > > Signed-off-by: Manish Narani <mnarani@xilinx.com> > --- > drivers/usb/dwc3/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile > index ffca340..2d269ad 100644 > --- a/drivers/usb/dwc3/Makefile > +++ b/drivers/usb/dwc3/Makefile > @@ -17,6 +17,10 @@ ifneq ($(filter y,$(CONFIG_USB_DWC3_GADGET) $(CONFIG_USB_DWC3_DUAL_ROLE)),) > dwc3-y += gadget.o ep0.o > endif > > +ifneq ($(CONFIG_USB_DWC3_DUAL_ROLE),) > + dwc3-y += otg.o > +endif you just broke compilation -- balbi
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [RFC PATCH] usb: dwc3: add support for OTG driver compilation Felipe Balbi <balbi@kernel.org> - 2017-01-04 14:50 +0100 RE: [RFC PATCH] usb: dwc3: add support for OTG driver compilation Felipe Balbi <balbi@kernel.org> - 2017-01-05 10:30 +0100
csiph-web