mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
usb: fix host-stub.c build race
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20171004125210.7817-1-kraxel@redhat.com
This commit is contained in:
parent
13787d59cf
commit
eea6ae2037
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ common-obj-y += host-libusb.o host-legacy.o
|
|||
else
|
||||
common-obj-y += host-stub.o
|
||||
endif
|
||||
common-obj-$(CONFIG_ALL) += host-stub.o
|
||||
|
||||
host-libusb.o-cflags := $(LIBUSB_CFLAGS)
|
||||
host-libusb.o-libs := $(LIBUSB_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue