summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2016-07-10 15:16:16 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2016-07-10 15:16:16 +0000
commit481d64df601a4e188521dcb0cd45e988b17d2d45 (patch)
tree49d1288c879503b0d10a5d31032c06e0c785f735 /sys/dev
parent6c25521f7ea8006144470f5505d0fc5e52a63d52 (diff)
Build firmware for USB devices on octeon.
ok deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/atmel/Makefile4
-rw-r--r--sys/dev/microcode/kue/Makefile4
-rw-r--r--sys/dev/microcode/ral/Makefile5
-rw-r--r--sys/dev/microcode/rum/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, 15 insertions, 14 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index 3fefcf6a7a5..05753f83a3f 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2016/05/11 21:52:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.21 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${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 9340bcc7af8..4ccd4826651 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2016/05/11 21:52:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= kue
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile
index 7eb1145e9ea..5fc6df631b2 100644
--- a/sys/dev/microcode/ral/Makefile
+++ b/sys/dev/microcode/ral/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2016/05/11 21:52:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -8,7 +8,8 @@ CC=${HOSTCC}
.if (${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "loongson" || ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE} == "loongson" || ${MACHINE} == "octeon" || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "sgi" || ${MACHINE} == "sparc64")
FIRM= ral-rt2561 ral-rt2561s ral-rt2661 ral-rt2860
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index f72ab1c817e..00f044292c0 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2016/05/11 21:52:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.14 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= rum-rt2573 run-rt2870 run-rt3071
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile
index 58b1d8de137..0f4cd95d6a1 100644
--- a/sys/dev/microcode/tusb3410/Makefile
+++ b/sys/dev/microcode/tusb3410/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2016/05/11 21:52:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= tusb3410
diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile
index 8035e2f0c47..d2f24219590 100644
--- a/sys/dev/microcode/udl/Makefile
+++ b/sys/dev/microcode/udl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2016/05/11 21:52:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= udl_huffman
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index d2390e03764..42b877bd381 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2016/05/11 21:52:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2016/07/10 15:16:15 visa Exp $
NOPROG=
NOMAN=
@@ -10,7 +10,7 @@ CC=${HOSTCC}
${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
${MACHINE} == "hppa" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
- ${MACHINE} == "sgi" || \
+ ${MACHINE} == "octeon" || ${MACHINE} == "sgi" || \
${MACHINE} == "sparc64" || ${MACHINE} == "zaurus")
FIRM= zd1211 zd1211b