From 87718aadb42b499ad7473528e6bb4cd522f3237d Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 17 Apr 2021 17:47:54 +0200 Subject: Makefile: Disable libusb-dependent Raiden on DOS DOS (DJGPP 6.1.0) has no USB support. Change-Id: I36ee1edfb0e5b8d4e2b099c0f7f8aac64ed7884f Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/flashrom/+/52474 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Nico Huber --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cfff55d..d496a9a3 100644 --- a/Makefile +++ b/Makefile @@ -202,6 +202,11 @@ UNSUPPORTED_FEATURES += CONFIG_CH341A_SPI=yes else override CONFIG_CH341A_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_STLINKV3_SPI), yes) UNSUPPORTED_FEATURES += CONFIG_STLINKV3_SPI=yes else -- cgit v1.2.3