mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
|
#
|
||
|
# 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
|