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