mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
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>
This commit is contained in:
parent
17d1dc5f0c
commit
885f792326
2
Makefile
2
Makefile
@ -828,7 +828,7 @@ ACTIVE_PROGRAMMERS += digilent_spi
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_DIRTYJTAG_SPI), yes)
|
ifeq ($(CONFIG_DIRTYJTAG_SPI), yes)
|
||||||
FEATURE_CFLAGS += -D'CONFIG_DIRTYJTAG_SPI=1'
|
FEATURE_FLAGS += -D'CONFIG_DIRTYJTAG_SPI=1'
|
||||||
PROGRAMMER_OBJS += dirtyjtag_spi.o
|
PROGRAMMER_OBJS += dirtyjtag_spi.o
|
||||||
ACTIVE_PROGRAMMERS += dirtyjtag_spi
|
ACTIVE_PROGRAMMERS += dirtyjtag_spi
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user