summaryrefslogtreecommitdiffstats
path: root/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch.h')
-rw-r--r--arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch.h b/arch.h
index 980fba6..f3f3b0d 100644
--- a/arch.h
+++ b/arch.h
@@ -27,5 +27,7 @@
#define __FLASHROM_ARCH__ "mips"
#elif defined(__powerpc__) || defined(__powerpc64__) || defined(__ppc__) || defined(__ppc64__)
#define __FLASHROM_ARCH__ "ppc"
+#elif defined(__arm__)
+#define __FLASHROM_ARCH__ "arm"
#endif
__FLASHROM_ARCH__
OpenPOWER on IntegriCloud