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