summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-05-04 11:33:02 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-05-04 05:26:49 +0000
commit753ece6bf0814aa40edff6f91eb74f80c4343fbf (patch)
treebdf3e12fd9e88ea92bb9838f5eb3ac70d3872510
parentd97f87b00cc8301b91023301a24e690146d74cef (diff)
downloadflashrom-753ece6bf0814aa40edff6f91eb74f80c4343fbf.tar.gz
flashrom-753ece6bf0814aa40edff6f91eb74f80c4343fbf.tar.bz2
flashrom-753ece6bf0814aa40edff6f91eb74f80c4343fbf.zip
Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements
Since lspcon talks over i2c I doubt libusb is a build requirement, remove it. Change-Id: Ic4d71c10d2d8c0c881aa5732daed35c20d905a5e Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sam McNally <sammc@google.com>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31e987c7c..803529f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -955,7 +955,6 @@ endif
ifeq ($(CONFIG_LSPCON_I2C_SPI), yes)
FEATURE_CFLAGS += -D'CONFIG_LSPCON_I2C_SPI=1'
PROGRAMMER_OBJS += lspcon_i2c_spi.o
-NEED_LIBUSB1 += CONFIG_LSPCON_I2C_SPI
endif
ifeq ($(CONFIG_REALTEK_MST_I2C_SPI), yes)