commit | afca7ac5a4c109bd008f3d6c9d989d334756802f | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sun Jun 27 13:35:21 2021 +0200 |
committer | Nico Huber <nico.h@gmx.de> | Thu Jan 05 16:15:22 2023 +0000 |
tree | 7b26dff7600ae7077d0fe411e22cae13585b9bb4 | |
parent | 7f898975400404d7ea738a053fede5da128d2a84 [diff] |
Makefile: Add macro to disable unsupported programmers `mark_unsupported` disables all programmers passed as arguments and adds them to the UNSUPPORTED_FEATURES list. It's conveniently used with our dependency lists, e.g. $(call mark_unsupported,$(NEEDS_LIBUSB1) $(NEEDS_LIBFTDI)) Change-Id: I6c9b66dfa89ec3d71675576d03fcebfdea30ce7b Signed-off-by: Nico Huber <nico.h@gmx.de> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/55873 Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/71405 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>