aboutsummaryrefslogtreecommitdiffstats
path: root/util/manibuilder/Makefile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-03-05 16:12:14 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-03-16 10:11:58 +0000
commit08060b167239916e69fb11900a7e8116bb53fb3a (patch)
tree23c4f9a495a018ca126d5e88586279945fc8b8a8 /util/manibuilder/Makefile
parentfc9c48969b42970bb324a9566291b7a589b5dfad (diff)
downloadflashrom-08060b167239916e69fb11900a7e8116bb53fb3a.tar.gz
flashrom-08060b167239916e69fb11900a7e8116bb53fb3a.tar.bz2
flashrom-08060b167239916e69fb11900a7e8116bb53fb3a.zip
manibuilder: Add libjaylink where possible, disable where not
Change-Id: I2f7aebe602ebdb0a4748640e281b9a92146f0ca8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33338 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/manibuilder/Makefile')
-rw-r--r--util/manibuilder/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/manibuilder/Makefile b/util/manibuilder/Makefile
index deff683a..66b9f256 100644
--- a/util/manibuilder/Makefile
+++ b/util/manibuilder/Makefile
@@ -51,8 +51,11 @@ $(filter centos%,$(MULTIARCH_TAGS)) anita\:sparc: CC=cc
djgpp\:6.1.0: CC=ccache i586-pc-msdosdjgpp-gcc
djgpp\:6.1.0: STRIP=i586-pc-msdosdjgpp-strip
djgpp\:6.1.0: LIBS_BASE=../
-djgpp\:6.1.0: MAKEARGS+=strip
+djgpp\:6.1.0: MAKEARGS+=strip CONFIG_JLINK_SPI=no
$(ANITA_TAGS): MAKECMD=gmake
+$(ANITA_TAGS): MAKEARGS+=CONFIG_JLINK_SPI=no
+$(filter alpine% centos%,$(MULTIARCH_TAGS)): MAKEARGS+=CONFIG_JLINK_SPI=no
+$(filter %-xenial %-stretch,$(MULTIARCH_TAGS)): MAKEARGS+=CONFIG_JLINK_SPI=no
$(ALL_TAGS): export QUIET_SETUP=$(QUIET_TEST)
$(ALL_TAGS): %: %-check-build
$(QUIET_TEST)docker rm -f mani_$(call ident,$*) >/dev/null 2>&1 || true