diff options
author | 2016-09-03 13:37:39 +0000 | |
---|---|---|
committer | 2016-09-03 13:37:39 +0000 | |
commit | d864fd983f773f29bf82c253c880a705db0a651f (patch) | |
tree | 3085cf85004214a7176d2c132e23382a761f37a4 /sys/dev/microcode/atmel | |
parent | Remove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). (diff) | |
download | wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.tar.xz wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.zip |
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'sys/dev/microcode/atmel')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |