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.

Alan Stern


===== Makefile 1.58 vs edited =====
--- 1.58/drivers/usb/Makefile   Mon Aug  4 13:47:04 2003
+++ edited/drivers/usb/Makefile Mon Aug 18 11:47:39 2003
@@ -60,3 +60,4 @@
 obj-$(CONFIG_USB_TIGL)         += misc/
 obj-$(CONFIG_USB_USS720)       += misc/
 
+obj-$(CONFIG_USB_GADGET)       += gadget/



-------------------------------------------------------
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