aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-09-26 08:38:20 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-09-29 12:27:30 +0200
commit275d477a1adb084a47859507b20b05e7d65f8e8d (patch)
tree0c5896f6ff556c2bfb8296d56436c34166721a9f /hw
parentf3b2bea3c76ba9283b957f1373e7cebdbf863059 (diff)
downloadqemu-275d477a1adb084a47859507b20b05e7d65f8e8d.zip
qemu-275d477a1adb084a47859507b20b05e7d65f8e8d.tar.gz
qemu-275d477a1adb084a47859507b20b05e7d65f8e8d.tar.bz2
usb: fix libusb config variable name.
Cc: Jan Kiszka <jan.kiszka@siemens.com> Fixes: 4e5ee5b21c84fe3023a64b5cc2e12a52ab0597c1 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Jan Kiszka <jan.kiszka@siemens.com> Message-id: 20170926063820.30773-1-kraxel@redhat.com
Diffstat (limited to 'hw')
-rw-r--r--hw/usb/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index 9255234..0e6d54b 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -42,7 +42,7 @@ redirect.o-cflags = $(USB_REDIR_CFLAGS)
redirect.o-libs = $(USB_REDIR_LIBS)
# usb pass-through
-ifeq ($(CONFIG_LIBUSB)$(CONFIG_USB),yy)
+ifeq ($(CONFIG_USB_LIBUSB)$(CONFIG_USB),yy)
common-obj-y += host-libusb.o host-legacy.o
else
common-obj-y += host-stub.o