Attention is currently required from: Nico Huber.
2 comments:
File Makefile:
Patch Set #15, Line 866: USE_X86_MSR := $(if $(call filter_deps,$(DEPENDS_ON_X86_MSR)),yes,no)
Is this split done intentionally in this patch? or did it sneak into […]
I've done this during rebasing the commits. Now it's in an own commit.
Patch Set #15, Line 882: $(filter yes, $(USE_X86_MSR) $(USE_X86_PORT_IO) $(USE_RAW_MEM_ACCESS)))
`$(filter )` picks words from the second argument, kind of the haystack. […]
Done in https://review.coreboot.org/c/flashrom/+/60325/1
To view, visit change 59050. To unsubscribe, or for help writing mail filters, visit settings.