summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/atmel/Makefile4
-rw-r--r--sys/dev/microcode/kue/Makefile4
-rw-r--r--sys/dev/microcode/rum/Makefile4
-rw-r--r--sys/dev/microcode/symbol/Makefile4
-rw-r--r--sys/dev/microcode/tusb3410/Makefile4
-rw-r--r--sys/dev/microcode/udl/Makefile4
-rw-r--r--sys/dev/microcode/zydas/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 3288d05ee55..4d68d04536a 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.23 2016/09/03 13:37:44 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= atu-intersil-int atu-intersil-ext \
atu-rfmd-int atu-rfmd-ext \
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile
index f4525e26531..7fe9c0e1bf9 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2016/09/03 13:37:44 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= kue
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index 994274d4e27..377048b3765 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2016/09/03 13:37:45 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= rum-rt2573 run-rt2870 run-rt3071
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile
index 16bfb8fbe74..54b3109d2a3 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2016/09/01 10:40:38 tedu Exp $
+# $OpenBSD: Makefile,v 1.13 2016/09/03 13:37:45 guenther Exp $
NOPROG=
NOMAN=
@@ -8,7 +8,7 @@ CC=${HOSTCC}
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "macppc") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "zaurus")
+ (${MACHINE} == "sgi")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile
index 9909aa2cd89..071e880d020 100644
--- a/sys/dev/microcode/tusb3410/Makefile
+++ b/sys/dev/microcode/tusb3410/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2016/09/03 13:37:45 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= tusb3410
diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile
index 67939419450..75787277e54 100644
--- a/sys/dev/microcode/udl/Makefile
+++ b/sys/dev/microcode/udl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2016/09/03 13:37:45 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= udl_huffman
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index 7da7e298363..e6b129b86b3 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2016/08/10 14:27:17 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 2016/09/03 13:37:45 guenther Exp $
NOPROG=
NOMAN=
@@ -11,7 +11,7 @@ CC=${HOSTCC}
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc64")
FIRM= zd1211 zd1211b