summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-02-17 12:47:12 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2020-03-02 07:05:09 +0000
commitd3396408d8d58e831c7d3c80c3e27f21a6e64df2 (patch)
tree5b03a9f49eca6741d05a1856aaa537c7b8bc3ce1 /Makefile
parent0f510a7458e0efe95534667bba122b4ab67b26c1 (diff)
downloadflashrom-d3396408d8d58e831c7d3c80c3e27f21a6e64df2.tar.gz
flashrom-d3396408d8d58e831c7d3c80c3e27f21a6e64df2.tar.bz2
flashrom-d3396408d8d58e831c7d3c80c3e27f21a6e64df2.zip
raiden_debug: Upstream ChromiumOS usb_device helpers
These are helpful usb device accessors and helpers that are later used for the so-called Raiden debugger programmer. BUG=b:143389556 BRANCH=none TEST=builds Change-Id: Ic928220fc919fe4958c8150e61e11470dac88f13 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/38936 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7242b0913..bfd4d1e22 100644
--- a/Makefile
+++ b/Makefile
@@ -1088,7 +1088,7 @@ endif
ifneq ($(NEED_LIBUSB1), )
CHECK_LIBUSB1 = yes
FEATURE_CFLAGS += -D'NEED_LIBUSB1=1'
-PROGRAMMER_OBJS += usbdev.o
+PROGRAMMER_OBJS += usbdev.o usb_device.o
# FreeBSD and DragonflyBSD use a reimplementation of libusb-1.0 that is simply called libusb
ifeq ($(TARGET_OS),$(filter $(TARGET_OS),FreeBSD DragonFlyBSD))
USB1LIBS += -lusb