summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-03-28 20:55:38 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2020-03-28 10:53:26 +0000
commitfe6b98b91ccff0b96351a41d662933361fe29ebe (patch)
tree47eecbc7aeb23c7f1c0f3fc28e4714e7e6525fcd
parent5f9b1d6ba5662d7f1f58881f4730af19d365d9b3 (diff)
downloadflashrom-fe6b98b91ccff0b96351a41d662933361fe29ebe.tar.gz
flashrom-fe6b98b91ccff0b96351a41d662933361fe29ebe.tar.bz2
flashrom-fe6b98b91ccff0b96351a41d662933361fe29ebe.zip
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>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28ceab649..4c6c4cc43 100644
--- a/Makefile
+++ b/Makefile
@@ -730,6 +730,7 @@ override CONFIG_DEDIPROG = no
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)