mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
Makefile,meson.build: Fix dependency issues with raiden_debug_spi
The Raiden debug external spi programmer need only depend on libusb and is unrelated to libpci. Correct meson and gnu make builds where meson had configuration in the incorrect section and gnu make artifactually disabled the build on Windows/MinGW which doesn't have libpci. BUG=none TEST=still continues to build. Change-Id: I2d6a8c33a2228abf006a9b278bcb7133765c7074 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/51930 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
2daeea2ac6
commit
c193fbde84
5
Makefile
5
Makefile
@ -248,11 +248,6 @@ UNSUPPORTED_FEATURES += CONFIG_RAYER_SPI=yes
|
|||||||
else
|
else
|
||||||
override CONFIG_RAYER_SPI = no
|
override CONFIG_RAYER_SPI = no
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_RAIDEN_DEBUG_SPI), yes)
|
|
||||||
UNSUPPORTED_FEATURES += CONFIG_RAIDEN_DEBUG_SPI=yes
|
|
||||||
else
|
|
||||||
override CONFIG_RAIDEN_DEBUG_SPI = no
|
|
||||||
endif
|
|
||||||
ifeq ($(CONFIG_NIC3COM), yes)
|
ifeq ($(CONFIG_NIC3COM), yes)
|
||||||
UNSUPPORTED_FEATURES += CONFIG_NIC3COM=yes
|
UNSUPPORTED_FEATURES += CONFIG_NIC3COM=yes
|
||||||
else
|
else
|
||||||
|
@ -99,6 +99,7 @@ else
|
|||||||
config_digilent_spi = false
|
config_digilent_spi = false
|
||||||
config_developerbox_spi = false
|
config_developerbox_spi = false
|
||||||
config_pickit2_spi = false
|
config_pickit2_spi = false
|
||||||
|
config_raiden_debug_spi = false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# some programmers require libpci
|
# some programmers require libpci
|
||||||
@ -113,7 +114,6 @@ else
|
|||||||
config_atavia = false
|
config_atavia = false
|
||||||
config_drkaiser = false
|
config_drkaiser = false
|
||||||
config_gfxnvidia = false
|
config_gfxnvidia = false
|
||||||
config_raiden_debug_spi = false
|
|
||||||
config_internal = false
|
config_internal = false
|
||||||
config_it8212 = false
|
config_it8212 = false
|
||||||
config_nic3com = false
|
config_nic3com = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user