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
This commit is contained in:
parent
f3b2bea3c7
commit
275d477a1a
@ -42,7 +42,7 @@ redirect.o-cflags = $(USB_REDIR_CFLAGS)
|
|||||||
redirect.o-libs = $(USB_REDIR_LIBS)
|
redirect.o-libs = $(USB_REDIR_LIBS)
|
||||||
|
|
||||||
# usb pass-through
|
# 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
|
common-obj-y += host-libusb.o host-legacy.o
|
||||||
else
|
else
|
||||||
common-obj-y += host-stub.o
|
common-obj-y += host-stub.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user