Anastasia Klimchuk submitted this change.

View Change

Approvals: Anastasia Klimchuk: Looks good to me, approved build bot (Jenkins): Verified Peter Marheine: Looks good to me, approved
Makefile: Fix DirtyJTAG build

Fix typo where "FEATURE_FLAGS" is spelled "FEATURE_CFLAGS", preventing
the DirtyJTAG driver from being used.

Signed-off-by: Jean THOMAS <virgule@jeanthomas.me>
Change-Id: I4b6bce24f34848d11731f4bc118a3052fb24e639
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75891
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index da5203e..5827cab 100644
--- a/Makefile
+++ b/Makefile
@@ -828,7 +828,7 @@
endif

ifeq ($(CONFIG_DIRTYJTAG_SPI), yes)
-FEATURE_CFLAGS += -D'CONFIG_DIRTYJTAG_SPI=1'
+FEATURE_FLAGS += -D'CONFIG_DIRTYJTAG_SPI=1'
PROGRAMMER_OBJS += dirtyjtag_spi.o
ACTIVE_PROGRAMMERS += dirtyjtag_spi
endif

To view, visit change 75891. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I4b6bce24f34848d11731f4bc118a3052fb24e639
Gerrit-Change-Number: 75891
Gerrit-PatchSet: 4
Gerrit-Owner: Jean THOMAS <virgule@jeanthomas.me>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: David Williams
Gerrit-Reviewer: Peter Marheine <pmarheine@chromium.org>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged