9628416a54
This patch removes the obsolete USB_MIDI and USB_AUDIO drivers. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8 lines
150 B
Makefile
8 lines
150 B
Makefile
#
|
|
# Makefile for USB Class drivers
|
|
# (one step up from the misc category)
|
|
#
|
|
|
|
obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
|
obj-$(CONFIG_USB_PRINTER) += usblp.o
|