Commit d8fccfcc authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

[PATCH] USB: fix Makefile to allow usb midi driver to be built if it's the only class driver selected.
parent 35a85a5e
......@@ -14,6 +14,7 @@ obj-$(CONFIG_USB_SL811HS) += host/
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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment