summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-03-30 10:40:30 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2021-04-01 22:35:52 +0000
commitc193fbde8446d33178711a1c07ddc49882fa2b3a (patch)
tree214b120d3b96a6f87710328e004db0bad10a8e11 /Makefile
parent2daeea2ac6ef54914f64c19b291ddbeacfc0820d (diff)
downloadflashrom-c193fbde8446d33178711a1c07ddc49882fa2b3a.tar.gz
flashrom-c193fbde8446d33178711a1c07ddc49882fa2b3a.tar.bz2
flashrom-c193fbde8446d33178711a1c07ddc49882fa2b3a.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6d37d55b4..0cfff55dc 100644
--- a/Makefile
+++ b/Makefile
@@ -248,11 +248,6 @@ UNSUPPORTED_FEATURES += CONFIG_RAYER_SPI=yes
else
override CONFIG_RAYER_SPI = no
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)
UNSUPPORTED_FEATURES += CONFIG_NIC3COM=yes
else