From a724602fe0a573071c50a54e75dbe40ff43ecc1d Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 7 Jun 2019 17:39:18 +0200 Subject: Makefile: Also blacklist J-Link SPI for DOS libjaylink will probably never be available. Change-Id: Ie9222f82e16fe4c76fe7dd0f9aac7de6a862ab98 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33305 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 4d23c39b9..e08a3f608 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,12 @@ UNSUPPORTED_FEATURES += CONFIG_CH341A_SPI=yes else override CONFIG_CH341A_SPI = no endif +# libjaylink is also not available for DOS +ifeq ($(CONFIG_JLINK_SPI), yes) +UNSUPPORTED_FEATURES += CONFIG_JLINK_SPI=yes +else +override CONFIG_JLINK_SPI = no +endif endif # FIXME: Should we check for Cygwin/MSVC as well? -- cgit v1.2.3