Skip to content

Commit

Permalink
usb: fix libusb config variable name.
Browse files Browse the repository at this point in the history
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Fixes: 4e5ee5b
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-id: 20170926063820.30773-1-kraxel@redhat.com
  • Loading branch information
kraxel committed Sep 29, 2017
1 parent f3b2bea commit 275d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/usb/Makefile.objs
Expand Up @@ -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
Expand Down

0 comments on commit 275d477

Please sign in to comment.