ChangeSet 1.985.10.11, 2003/03/25 13:07:05-08:00, greg@kroah.com

[PATCH] USB: fix Makefile to allow usb midi driver to be built if it's the only class driver selected.


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


diff -Nru a/drivers/usb/Makefile b/drivers/usb/Makefile
--- a/drivers/usb/Makefile	Tue Mar 25 16:45:47 2003
+++ b/drivers/usb/Makefile	Tue Mar 25 16:45:47 2003
@@ -14,6 +14,7 @@
 obj-$(CONFIG_USB_ACM)		+= class/
 obj-$(CONFIG_USB_AUDIO)		+= class/
 obj-$(CONFIG_USB_BLUETOOTH_TTY)	+= class/
+obj-$(CONFIG_USB_MIDI)		+= class/
 obj-$(CONFIG_USB_PRINTER)	+= class/
 
 obj-$(CONFIG_USB_STORAGE)	+= storage/
