X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fusb%2Fclass%2FMakefile;h=535d59a30600f1a67fde71c16ffdc087c1c308c2;hb=cdbfc557c43ea1f1f9b7062300ecb1254969814b;hp=cc391e6c2af81b7b77189919c122ade6d0e64d11;hpb=e952f31bce6e9f64db01f607abc46529ba57ac9e;p=linux-2.6 diff --git a/drivers/usb/class/Makefile b/drivers/usb/class/Makefile index cc391e6c2a..535d59a306 100644 --- a/drivers/usb/class/Makefile +++ b/drivers/usb/class/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_USB_ACM) += cdc-acm.o obj-$(CONFIG_USB_PRINTER) += usblp.o +obj-$(CONFIG_USB_WDM) += cdc-wdm.o