diff options
| author | Oliver Neukum <oliver@neukum.org> | 2008-05-13 11:01:25 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-05-20 17:14:15 -0400 |
| commit | afba937e540c902c989cd516fd97ea0c8499bb27 (patch) | |
| tree | 2d18bb30d91a286fbf5ef05008a5daf16223f741 /drivers/usb/class/Makefile | |
| parent | 129bd474a80726247e5b1c61fe66a413e63053bc (diff) | |
USB: CDC WDM driver
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class/Makefile')
| -rw-r--r-- | drivers/usb/class/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/class/Makefile b/drivers/usb/class/Makefile index cc391e6c2af8..535d59a30600 100644 --- a/drivers/usb/class/Makefile +++ b/drivers/usb/class/Makefile | |||
| @@ -5,3 +5,4 @@ | |||
| 5 | 5 | ||
| 6 | obj-$(CONFIG_USB_ACM) += cdc-acm.o | 6 | obj-$(CONFIG_USB_ACM) += cdc-acm.o |
| 7 | obj-$(CONFIG_USB_PRINTER) += usblp.o | 7 | obj-$(CONFIG_USB_PRINTER) += usblp.o |
| 8 | obj-$(CONFIG_USB_WDM) += cdc-wdm.o | ||
