On Tue, Aug 19, 2003 at 11:50:33AM -0400, Alan Stern wrote:
> Greg:
> 
> It may not be entirely obvious whether or not the gadget source directory 
> should live underneath drivers/usb.  But as long as it does, people will 
> probably expect
> 
>       make SUBDIRS=drivers/usb modules
> 
> to compile the gadget modules along with all the rest.  (I expected that, 
> anyway.)
> 
> However it doesn't, because drivers/usb/Makefile doesn't include a
> reference to the gadget subdirectory.  Maybe a patch like the one below
> should be added.

Nope, your patch requires that CONFIG_USB be selected for the gadget
directory to be compiled, which is not always the case.  It also
provides 2 paths in the Makefiles to the drivers/usb/gadget
subdirectory, with is probably a bad idea.

So, just learn to live with:
        make SUBDIRS=drivers/usb/gadget

Not applied :)

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to