All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] usb: fix host-stub.c build race
@ 2017-10-04 12:52 Gerd Hoffmann
  2017-10-04 13:02 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2017-10-04 12:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 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)
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] usb: fix host-stub.c build race
  2017-10-04 12:52 [Qemu-devel] [PATCH] usb: fix host-stub.c build race Gerd Hoffmann
@ 2017-10-04 13:02 ` Thomas Huth
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2017-10-04 13:02 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel

On 04.10.2017 14:52, Gerd Hoffmann wrote:
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  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 <thuth@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-04 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 12:52 [Qemu-devel] [PATCH] usb: fix host-stub.c build race Gerd Hoffmann
2017-10-04 13:02 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.