usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in
authorJohn Youn <John.Youn@synopsys.com>
Tue, 17 Mar 2015 01:10:02 +0000 (18:10 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 19 Mar 2015 16:28:16 +0000 (11:28 -0500)
commitb48cb02de37976ad2ebef201ad40aa40156f6daa
tree6c5fdbf2ddd7a4dcbb885ac5c12e19711ac23f5a
parent3463d795bf0f8d9b32d4deabaaffcb81a1abb92b
usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in

The dwc2-pci driver should be compiled as a module when configured to
do so. If the dwc2-pci is configured as a module but actually
built-in, it can cause build errors due to the fact that the
generic-phy will be allowed to compile as a module causing undefined
references.

Reported-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/Makefile
This page took 0.026473 seconds and 5 git commands to generate.