From 6a26b9158c5292f8855209039ddb41ad0d87bd7c Mon Sep 17 00:00:00 2001 From: Shiyu Sun Date: Wed, 28 Oct 2020 16:10:42 +1100 Subject: Makefile: remove LSPCON and MST device dependency from libusb LSPCON and MST do not depend on libusb. Signed-off-by: Shiyu Sun Change-Id: If6db3a318aca349fc1ccd343d3d6d47b809eac8e Reviewed-on: https://review.coreboot.org/c/flashrom/+/46870 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Angel Pons --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 241814aa..4a782873 100644 --- a/Makefile +++ b/Makefile @@ -812,8 +812,6 @@ override CONFIG_DEVELOPERBOX_SPI = no override CONFIG_PICKIT2_SPI = no override CONFIG_RAIDEN = no override CONFIG_STLINKV3_SPI = no -override CONFIG_LSPCON_I2C_SPI = no -override CONFIG_REALTEK_MST_I2C_SPI = no endif ifeq ($(CONFIG_ENABLE_LIBPCI_PROGRAMMERS), no) override CONFIG_INTERNAL = no -- cgit v1.2.3