xref: /openbmc/linux/drivers/usb/class/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
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_AUDIO)		+= audio.o
8obj-$(CONFIG_USB_BLUETOOTH_TTY)	+= bluetty.o
9obj-$(CONFIG_USB_MIDI)		+= usb-midi.o
10obj-$(CONFIG_USB_PRINTER)	+= usblp.o
11