xref: /linux/drivers/usb/class/Makefile (revision 96de0e252cedffad61b3cb5e05662c591898e69a)
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
8