summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-25 17:40:12 +0000
committerderaadt <deraadt@openbsd.org>2013-03-25 17:40:12 +0000
commitb1097d19c646ce2eb971cb43b07608f52338ba83 (patch)
treea95ca274f9e39ab264df7c899685738a79752676 /sys/dev/microcode
parentgumstix was never finished (diff)
downloadwireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.tar.xz
wireguard-openbsd-b1097d19c646ce2eb971cb43b07608f52338ba83.zip
these will not be built for palm since it went away
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/uyap/Makefile4
-rw-r--r--sys/dev/microcode/zydas/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 8521f729f28..d2e04c38861 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2010/01/30 20:48:19 miod Exp $
+# $OpenBSD: Makefile,v 1.18 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= atu-intersil-int atu-intersil-ext \
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile
index 71c83b48e82..46355989cef 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2010/01/30 20:48:20 miod Exp $
+# $OpenBSD: Makefile,v 1.11 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= kue
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index ba3d965b9cc..93e52e9cfad 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2010/01/30 20:48:20 miod Exp $
+# $OpenBSD: Makefile,v 1.11 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= rum-rt2573 run-rt2870 run-rt3071
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile
index fdfbb73aa12..9178fda6cc7 100644
--- a/sys/dev/microcode/symbol/Makefile
+++ b/sys/dev/microcode/symbol/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2010/04/04 21:54:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -9,7 +9,7 @@ CC=${HOSTCC}
(${MACHINE} == "macppc") || (${MACHINE} == "sparc") || \
(${MACHINE} == "sparc64") || (${MACHINE} == "hppa") || \
(${MACHINE} == "hppa64") || (${MACHINE} == "sgi") || \
- (${MACHINE} == "zaurus") || (${MACHINE} == "palm")
+ (${MACHINE} == "zaurus")
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile
index f9da6feca3d..11ecaec4639 100644
--- a/sys/dev/microcode/tusb3410/Makefile
+++ b/sys/dev/microcode/tusb3410/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2010/01/30 20:48:20 miod Exp $
+# $OpenBSD: Makefile,v 1.5 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= tusb3410
diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile
index 8297e5e5a0a..d8e315c853c 100644
--- a/sys/dev/microcode/udl/Makefile
+++ b/sys/dev/microcode/udl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2010/01/30 20:48:20 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= udl_huffman
diff --git a/sys/dev/microcode/uyap/Makefile b/sys/dev/microcode/uyap/Makefile
index 1c3a3767706..125110d5aa5 100644
--- a/sys/dev/microcode/uyap/Makefile
+++ b/sys/dev/microcode/uyap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2010/01/30 20:48:21 miod Exp $
+# $OpenBSD: Makefile,v 1.8 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= uyap
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index c29d7b046b4..f2b4817413a 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2010/01/30 20:48:21 miod Exp $
+# $OpenBSD: Makefile,v 1.10 2013/03/25 17:40:12 deraadt Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "palm" || ${MACHINE} == "sgi" || \
+ ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= zd1211 zd1211b