aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/Makefile
blob: 22947124775132693f1b37900cd9b048078c1d73 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for USB Class drivers
# (one step up from the misc category)
#

obj-$(CONFIG_USB_ACM)		+= cdc-acm.o
obj-$(CONFIG_USB_AUDIO)		+= audio.o
obj-$(CONFIG_USB_MIDI)		+= usb-midi.o
obj-$(CONFIG_USB_PRINTER)	+= usblp.o