ChangeSet 1.1595.8.11, 2003/07/30 10:56:50-07:00, greg@kroah.com

[PATCH] USB: Compile AX8817x driver

From mru@users.sourceforge.net

This trivial Makefile patch causes the AX8817x driver to actually be
built.


 drivers/usb/Makefile |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile	Fri Aug  1 10:56:05 2003
+++ b/drivers/usb/Makefile	Fri Aug  1 10:56:05 2003
@@ -35,6 +35,7 @@
 obj-$(CONFIG_USB_STV680)	+= media/
 obj-$(CONFIG_USB_VICAM)		+= media/
 
+obj-$(CONFIG_USB_AX8817X)	+= net/
 obj-$(CONFIG_USB_CATC)		+= net/
 obj-$(CONFIG_USB_KAWETH)	+= net/
 obj-$(CONFIG_USB_PEGASUS)	+= net/
