Skip to content

Commit

Permalink
usb: fix host-stub.c build race
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kraxel committed Oct 5, 2017
1 parent 13787d5 commit eea6ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/usb/Makefile.objs
Expand Up @@ -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)
Expand Down

0 comments on commit eea6ae2

Please sign in to comment.