summaryrefslogtreecommitdiff
path: root/Makefile.d
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.d')
-rw-r--r--Makefile.d/arch_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.d/arch_test.h b/Makefile.d/arch_test.h
index 077aabac..2b988efd 100644
--- a/Makefile.d/arch_test.h
+++ b/Makefile.d/arch_test.h
@@ -45,6 +45,8 @@
#define __FLASHROM_ARCH__ "s390"
#elif defined(__arc__)
#define __FLASHROM_ARCH__ "arc"
+#elif defined(__e2k__)
+ #define __FLASHROM_ARCH__ "e2k"
#else
#define __FLASHROM_ARCH__ "unknown"
#endif