diff options
| author | Shiyu Sun <sshiyu@google.com> | 2020-10-28 16:10:42 +1100 | 
|---|---|---|
| committer | Patrick Georgi <pgeorgi@google.com> | 2020-10-28 10:17:04 +0000 | 
| commit | 6a26b9158c5292f8855209039ddb41ad0d87bd7c (patch) | |
| tree | 5aa188919cc77cb10109748b7a133b910e0247ac | |
| parent | f7a08a8ef22fa1e5bbbbbe10d39b7cf46bd5cb6c (diff) | |
| download | flashrom-6a26b9158c5292f8855209039ddb41ad0d87bd7c.tar.gz flashrom-6a26b9158c5292f8855209039ddb41ad0d87bd7c.tar.bz2 flashrom-6a26b9158c5292f8855209039ddb41ad0d87bd7c.zip | |
Makefile: remove LSPCON and MST device dependency from libusb
LSPCON and MST do not depend on libusb.
Signed-off-by: Shiyu Sun <sshiyu@chromium.org>
Change-Id: If6db3a318aca349fc1ccd343d3d6d47b809eac8e
Reviewed-on: https://review.coreboot.org/c/flashrom/+/46870
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -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 | 
