summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-07-02 00:14:01 -0700
committerNico Huber <nico.h@gmx.de>2019-12-14 15:29:21 +0000
commit34d07f00b2990bec4a2ce12852acd42c08ddf217 (patch)
tree17ca5823749ac67144dc8e50c3f4c9b2f982522a /Makefile
parent4139438943010c7aec6549d8b18865da5b70e978 (diff)
downloadflashrom-34d07f00b2990bec4a2ce12852acd42c08ddf217.tar.gz
flashrom-34d07f00b2990bec4a2ce12852acd42c08ddf217.tar.bz2
flashrom-34d07f00b2990bec4a2ce12852acd42c08ddf217.zip
flashrom: Add support for ARC platform
Signed-off-by: Rosen Penev <rosenp@gmail.com> Change-Id: I88cbe74b716d5fab16133fbf2ce9c35b74c25f32 Reviewed-on: https://review.coreboot.org/c/flashrom/+/35831 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cf4481b6..518d41b44 100644
--- a/Makefile
+++ b/Makefile
@@ -466,7 +466,7 @@ endif
# Disable all drivers needing raw access (memory, PCI, port I/O) on
# architectures with unknown raw access properties.
# Right now those architectures are alpha hppa m68k sh s390
-ifneq ($(ARCH),$(filter $(ARCH),x86 mips ppc arm sparc))
+ifneq ($(ARCH),$(filter $(ARCH),x86 mips ppc arm sparc arc))
ifeq ($(CONFIG_RAYER_SPI), yes)
UNSUPPORTED_FEATURES += CONFIG_RAYER_SPI=yes
else