summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2015-05-26 02:21:54 +0000
committerjsg <jsg@openbsd.org>2015-05-26 02:21:54 +0000
commitba1b61e1ab8425dd3d5e2812b580b1c8e1694c2c (patch)
tree91d79f9efb2482bdb9e8b31323f89c4d50040c92
parentSync usb devices with amd64. (diff)
downloadwireguard-openbsd-ba1b61e1ab8425dd3d5e2812b580b1c8e1694c2c.tar.xz
wireguard-openbsd-ba1b61e1ab8425dd3d5e2812b580b1c8e1694c2c.zip
Build all the firmware for usb devices on armv7.
-rw-r--r--sys/dev/microcode/atmel/Makefile5
-rw-r--r--sys/dev/microcode/kue/Makefile5
-rw-r--r--sys/dev/microcode/tusb3410/Makefile5
-rw-r--r--sys/dev/microcode/udl/Makefile6
-rw-r--r--sys/dev/microcode/zydas/Makefile5
5 files changed, 15 insertions, 11 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile
index d2e04c38861..be2df2486bc 100644
--- a/sys/dev/microcode/atmel/Makefile
+++ b/sys/dev/microcode/atmel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2015/05/26 02:21:54 jsg 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" || \
diff --git a/sys/dev/microcode/kue/Makefile b/sys/dev/microcode/kue/Makefile
index 46355989cef..05b3083f78f 100644
--- a/sys/dev/microcode/kue/Makefile
+++ b/sys/dev/microcode/kue/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2015/05/26 02:21:54 jsg 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" || \
diff --git a/sys/dev/microcode/tusb3410/Makefile b/sys/dev/microcode/tusb3410/Makefile
index 11ecaec4639..a10a92a59d9 100644
--- a/sys/dev/microcode/tusb3410/Makefile
+++ b/sys/dev/microcode/tusb3410/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2015/05/26 02:21:54 jsg 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" || \
diff --git a/sys/dev/microcode/udl/Makefile b/sys/dev/microcode/udl/Makefile
index 07e76d38254..afc4d704822 100644
--- a/sys/dev/microcode/udl/Makefile
+++ b/sys/dev/microcode/udl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2015/05/24 08:01:46 matthieu Exp $
+# $OpenBSD: Makefile,v 1.5 2015/05/26 02:21:54 jsg Exp $
NOPROG=
NOMAN=
@@ -7,8 +7,8 @@ CC=${HOSTCC}
# USB capable systems only
.if (${MACHINE_ARCH} == "powerpc" || \
${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
- ${MACHINE} == "armv7" || \
- ${MACHINE} == "armish" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "armish" || ${MACHINE} == "armv7" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "hppa64" || ${MACHINE} == "i386" || \
${MACHINE} == "landisk" || ${MACHINE} == "loongson" || \
${MACHINE} == "sgi" || \
diff --git a/sys/dev/microcode/zydas/Makefile b/sys/dev/microcode/zydas/Makefile
index f2b4817413a..796bb4397e6 100644
--- a/sys/dev/microcode/zydas/Makefile
+++ b/sys/dev/microcode/zydas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2013/03/25 17:40:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2015/05/26 02:21:54 jsg 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" || \