summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/rum/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index 93e52e9cfad..8f4cc11287e 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2013/12/08 09:09:48 martynas Exp $
NOPROG=
NOMAN=
@@ -7,7 +7,8 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "sgi" || \