summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-10 08:03:10 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-02-10 08:03:10 +0000
commitfb2d77cbaf09497a1d33ac7e3756d7af35b56c8c (patch)
tree340b3f1f7464cfe2a6ef92e2b4e9b7d48b559f41 /Makefile
parent66e554bc88a29ec6bc55c86320799c31b5b0e6c1 (diff)
downloadast2050-flashrom-fb2d77cbaf09497a1d33ac7e3756d7af35b56c8c.zip
ast2050-flashrom-fb2d77cbaf09497a1d33ac7e3756d7af35b56c8c.tar.gz
Add support for SPARC (maybe)
Was implemented by SPARC newbies, does (cross-)compile but is not run-tested. Corresponding to flashrom svn r1882. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaeca43..b4fdd27 100644
--- a/Makefile
+++ b/Makefile
@@ -328,7 +328,7 @@ endif
# below uses CC itself.
override ARCH := $(strip $(shell LC_ALL=C $(CC) $(CPPFLAGS) -E archtest.c 2>/dev/null | grep -v '^\#' | grep '"' | cut -f 2 -d'"'))
-# PCI port I/O support is unimplemented on PPC/MIPS and unavailable on ARM.
+# PCI port I/O support is unimplemented on PPC/MIPS/SPARC and unavailable on ARM.
# Right now this means the drivers below only work on x86.
ifneq ($(ARCH), x86)
ifeq ($(CONFIG_NIC3COM), yes)
OpenPOWER on IntegriCloud