Skip to content

Commit

Permalink
USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work.
Browse files Browse the repository at this point in the history
If CONFIG_USB_ACM and CONFIG_USB_PRINTER are not set, then
cdc-wdm and usbtmc won't get built.

Signed-off-by: Andy Lutomirski <amluto@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andy Lutomirski authored and Greg Kroah-Hartman committed May 9, 2009
1 parent 1002bb7 commit 72a772a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ obj-$(CONFIG_USB_WUSB) += wusbcore/

obj-$(CONFIG_USB_ACM) += class/
obj-$(CONFIG_USB_PRINTER) += class/
obj-$(CONFIG_USB_WDM) += class/
obj-$(CONFIG_USB_TMC) += class/

obj-$(CONFIG_USB_STORAGE) += storage/
obj-$(CONFIG_USB) += storage/
Expand Down

0 comments on commit 72a772a

Please sign in to comment.