diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-04 14:52:10 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-05 11:03:25 +0200 |
commit | eea6ae20379dca837631d603c3bed03e5128189f (patch) | |
tree | 4eccb185eb41d543354287a33b23525c0125ca0f /hw/usb/Makefile.objs | |
parent | 13787d59cf86bac230c4d3eec3580110f53ac113 (diff) | |
download | qemu-eea6ae20379dca837631d603c3bed03e5128189f.zip |
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
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r-- | hw/usb/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index 0e6d54b21f..bdfead6701 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -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) |