1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 15:33:42 +02:00

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>
This commit is contained in:
Felix Singer 2022-07-22 23:23:28 +02:00 committed by Thomas Heijligen
parent 877b7741fc
commit b6a439e45e

View File

@ -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 \