Searched hist:"33376 c1c043c05077b4ac79c33804266f6c45e49" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/ |
H A D | Makefile | diff 33376c1c043c05077b4ac79c33804266f6c45e49 Tue Aug 19 02:45:07 CEST 2008 David Brownell <dbrownell@users.sourceforge.net> usb gadget: link fixes for network gadget
Change how the Ethernet/RNDIS gadget driver builds: don't use separate compilation, since it works poorly when key parts are library code (with init sections etc). Instead be as close as we can to "gcc --combine ...".
This is a bit more complicated than most of the others because it had to resolve a few symbol collisions.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|