aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/Makefile.objs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-11-20 10:10:12 +0100
committerThomas Huth <thuth@redhat.com>2019-12-16 17:24:07 +0100
commit43d68d0a94ef13058f6479b3dd490169a9a62966 (patch)
tree0d28c09bb13f4af47dbf300233f4dabddb5e157c /hw/usb/Makefile.objs
parent6da68df7f9b92e901263ea065712a289c8d3838e (diff)
downloadqemu-43d68d0a94ef13058f6479b3dd490169a9a62966.zip
qemu-43d68d0a94ef13058f6479b3dd490169a9a62966.tar.gz
qemu-43d68d0a94ef13058f6479b3dd490169a9a62966.tar.bz2
hw/usb: Remove the USB bluetooth dongle device
We are going to remove the bluetooth backend, so the USB bluetooth dongle can not work anymore. It's a completely optional device, no board depends on it, so let's simply remove it now. Message-Id: <20191120091014.16883-3-thuth@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r--hw/usb/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index 303ac08..0ab20f9 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -25,7 +25,6 @@ common-obj-$(CONFIG_USB_STORAGE_UAS) += dev-uas.o
common-obj-$(CONFIG_USB_AUDIO) += dev-audio.o
common-obj-$(CONFIG_USB_SERIAL) += dev-serial.o
common-obj-$(CONFIG_USB_NETWORK) += dev-network.o
-common-obj-$(CONFIG_USB_BLUETOOTH) += dev-bluetooth.o
ifeq ($(CONFIG_USB_SMARTCARD),y)
common-obj-y += dev-smartcard-reader.o