summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-07-22 23:23:28 +0200
committerThomas Heijligen <src@posteo.de>2022-07-25 09:48:10 +0000
commitb6a439e45ef2434f7b2478a92ee64164bb68e95b (patch)
tree608dc6c38b692b23ee2518562cb8edd29944c274 /Makefile
parent877b7741fcf9a4bcdb6981943bbf2a02a33a69fb (diff)
downloadflashrom-b6a439e45ef2434f7b2478a92ee64164bb68e95b.tar.gz
flashrom-b6a439e45ef2434f7b2478a92ee64164bb68e95b.tar.bz2
flashrom-b6a439e45ef2434f7b2478a92ee64164bb68e95b.zip
Makefile: Fix dependencies for developerbox_spi
The developerbox_spi programmer depends on bitbang SPI support. Thus, fix that. Signed-off-by: Felix Singer <felixsinger@posteo.net> Change-Id: Ic0fe589ffdccede0fbf6360c2bebe58a36654f10 Reviewed-on: https://review.coreboot.org/c/flashrom/+/66096 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Thomas Heijligen <src@posteo.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd2838418..5460747ab 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,7 @@ DEPENDS_ON_SOCKETS := \
CONFIG_SERPROG \
DEPENDS_ON_BITBANG_SPI := \
+ CONFIG_DEVELOPERBOX_SPI \
CONFIG_INTERNAL_X86 \
CONFIG_NICINTEL_SPI \
CONFIG_OGP_SPI \