summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-10-28 16:05:18 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2020-10-28 12:32:43 +0000
commitdad2f7c3367edf5c8964a9f77c03c1638c24c275 (patch)
tree357ff3686d99fa3852d37b8954284ed06b3964b7 /Makefile
parent6a26b9158c5292f8855209039ddb41ad0d87bd7c (diff)
downloadflashrom-dad2f7c3367edf5c8964a9f77c03c1638c24c275.tar.gz
flashrom-dad2f7c3367edf5c8964a9f77c03c1638c24c275.tar.bz2
flashrom-dad2f7c3367edf5c8964a9f77c03c1638c24c275.zip
Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1
BUG=none BRANCH=none TEST=none Change-Id: I5a402d9530f73419d8317d94a8d6f745d09675ea Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/46869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a782873c..225db9d63 100644
--- a/Makefile
+++ b/Makefile
@@ -1022,7 +1022,7 @@ FEATURE_CFLAGS += $(call debug_shell,grep -q "FT232H := yes" .features && printf
FTDI_INCLUDES := $(call debug_shell,[ -n "$(PKG_CONFIG_LIBDIR)" ] && export PKG_CONFIG_LIBDIR="$(PKG_CONFIG_LIBDIR)" ; $(PKG_CONFIG) --cflags-only-I libftdi1)
FEATURE_CFLAGS += $(FTDI_INCLUDES)
FEATURE_LIBS += $(call debug_shell,grep -q "FTDISUPPORT := yes" .features && printf "%s" "$(FTDILIBS)")
-# We can't set NEED_LIBUSB0 here because that would transform libftdi auto-enabling
+# We can't set NEED_LIBUSB1 here because that would transform libftdi auto-enabling
# into a hard requirement for libusb, defeating the purpose of auto-enabling.
endif