diff options
author | Edward O'Callaghan <quasisec@google.com> | 2020-03-28 20:55:38 +1100 |
---|---|---|
committer | Edward O'Callaghan <quasisec@chromium.org> | 2020-03-28 10:53:26 +0000 |
commit | fe6b98b91ccff0b96351a41d662933361fe29ebe (patch) | |
tree | 47eecbc7aeb23c7f1c0f3fc28e4714e7e6525fcd /Makefile | |
parent | 5f9b1d6ba5662d7f1f58881f4730af19d365d9b3 (diff) | |
download | flashrom-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |