David Hendricks has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/60887 )
Change subject: Makefile: Add CONFIG_IT8212 to DEPENDS_ON_X86_PORT_IO ......................................................................
Makefile: Add CONFIG_IT8212 to DEPENDS_ON_X86_PORT_IO
This fixes the build on non-x86 systems.
Change-Id: I04104ee5dcbff49e809a48bdaf07e2ad6bc7f896 Signed-off-by: David Hendricks david.hendricks@gmail.com --- M Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/87/60887/1
diff --git a/Makefile b/Makefile index 9a6d7b0..42b4245 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,7 @@ CONFIG_DRKAISER \ CONFIG_GFXNVIDIA \ CONFIG_INTERNAL \ + CONFIG_IT8212 \ CONFIG_NIC3COM \ CONFIG_NICINTEL \ CONFIG_NICINTEL_EEPROM \