Edward O'Callaghan submitted this change.
Makefile: Fix 'CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no'
Turns out CONFIG_RAIDEN was missing in the LIBUSB1
as no overrides. Credit to HAOUAS Elyes for spotting this.
Change-Id: I7dd26665a0133175949c11717837e9de68a1bf71
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/39896
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
---
M Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 28ceab6..4c6c4cc 100644
--- a/Makefile
+++ b/Makefile
@@ -730,6 +730,7 @@
override CONFIG_DIGILENT_SPI = no
override CONFIG_DEVELOPERBOX_SPI = no
override CONFIG_PICKIT2_SPI = no
+override CONFIG_RAIDEN = no
override CONFIG_STLINKV3_SPI = no
endif
ifeq ($(CONFIG_ENABLE_LIBPCI_PROGRAMMERS), no)
To view, visit change 39896. To unsubscribe, or for help writing mail filters, visit settings.