mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
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>
This commit is contained in:

committed by
Edward O'Callaghan

parent
5f9b1d6ba5
commit
fe6b98b91c
1
Makefile
1
Makefile
@ -730,6 +730,7 @@ override CONFIG_DEDIPROG = no
|
|||||||
override CONFIG_DIGILENT_SPI = no
|
override CONFIG_DIGILENT_SPI = no
|
||||||
override CONFIG_DEVELOPERBOX_SPI = no
|
override CONFIG_DEVELOPERBOX_SPI = no
|
||||||
override CONFIG_PICKIT2_SPI = no
|
override CONFIG_PICKIT2_SPI = no
|
||||||
|
override CONFIG_RAIDEN = no
|
||||||
override CONFIG_STLINKV3_SPI = no
|
override CONFIG_STLINKV3_SPI = no
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_ENABLE_LIBPCI_PROGRAMMERS), no)
|
ifeq ($(CONFIG_ENABLE_LIBPCI_PROGRAMMERS), no)
|
||||||
|
Reference in New Issue
Block a user