xref: /linux/drivers/usb/class/Makefile (revision 4413e16d9d21673bb5048a2e542f1aaa00015c2e)
1#
2# Makefile for USB Class drivers
3# (one step up from the misc category)
4#
5
6obj-$(CONFIG_USB_ACM)		+= cdc-acm.o
7obj-$(CONFIG_USB_PRINTER)	+= usblp.o
8obj-$(CONFIG_USB_WDM)		+= cdc-wdm.o
9obj-$(CONFIG_USB_TMC)		+= usbtmc.o
10