a6c82600d4
We have a real Bluetooth system in Linux, lets finally delete this driver as no one is using it (and if they are, they are using a closed source bluetooth stack, which I can't support anyway.) Marcel, you owe me a beer :) Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
9 lines
224 B
Makefile
9 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
|