qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] usb: fix host-stub.c build race


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH] usb: fix host-stub.c build race
Date: Wed, 4 Oct 2017 15:02:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 04.10.2017 14:52, Gerd Hoffmann wrote:
> Suggested-by: Thomas Huth <address@hidden>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  hw/usb/Makefile.objs | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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)
> 

Reviewed-by: Thomas Huth <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]