blob: 535d59a30600f1a67fde71c16ffdc087c1c308c2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for USB Class drivers
3# (one step up from the misc category)
4#
5
6obj-$(CONFIG_USB_ACM) += cdc-acm.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007obj-$(CONFIG_USB_PRINTER) += usblp.o
Oliver Neukumafba9372008-05-13 17:01:25 +02008obj-$(CONFIG_USB_WDM) += cdc-wdm.o